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

Struct DummyPlugin

cmd/notification-dummy/main.go:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type DummyPlugin struct {
23 protobufs.UnimplementedNotifierServer
24 PluginConfigByName map[string]PluginConfig
25}
26
27var logger hclog.Logger = hclog.New(&hclog.LoggerOptions{
28 Name: "dummy-plugin",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected