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

Struct HTTPPlugin

cmd/notification-http/main.go:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type HTTPPlugin struct {
38 protobufs.UnimplementedNotifierServer
39 PluginConfigByName map[string]PluginConfig
40}
41
42var logger hclog.Logger = hclog.New(&hclog.LoggerOptions{
43 Name: "http-plugin",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected