MCPcopy
hub / github.com/crowdsecurity/crowdsec / Splunk

Struct Splunk

cmd/notification-splunk/main.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type Splunk struct {
36 protobufs.UnimplementedNotifierServer
37 PluginConfigByName map[string]PluginConfig
38 Client http.Client
39}
40
41type Payload struct {
42 Event string `json:"event"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected