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

Struct EmailPlugin

cmd/notification-email/main.go:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type EmailPlugin struct {
59 protobufs.UnimplementedNotifierServer
60 ConfigByName map[string]PluginConfig
61}
62
63func (n *EmailPlugin) Configure(_ context.Context, config *protobufs.Config) (*protobufs.Empty, error) {
64 d := PluginConfig{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected