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