MCPcopy
hub / github.com/cubefs/cubefs / WebhookAudit

Struct WebhookAudit

objectnode/audit_webhook.go:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36type WebhookAudit struct {
37 name string
38 client *http.Client
39
40 WebhookAuditConfig
41}
42
43func NewWebhookAudit(id string, conf WebhookAuditConfig) (*WebhookAudit, error) {
44 if err := conf.FixConfig(); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected