| 20 | } |
| 21 | |
| 22 | type DummyPlugin struct { |
| 23 | protobufs.UnimplementedNotifierServer |
| 24 | PluginConfigByName map[string]PluginConfig |
| 25 | } |
| 26 | |
| 27 | var logger hclog.Logger = hclog.New(&hclog.LoggerOptions{ |
| 28 | Name: "dummy-plugin", |
nothing calls this directly
no outgoing calls
no test coverage detected