| 35 | } |
| 36 | |
| 37 | type HTTPPlugin struct { |
| 38 | protobufs.UnimplementedNotifierServer |
| 39 | PluginConfigByName map[string]PluginConfig |
| 40 | } |
| 41 | |
| 42 | var logger hclog.Logger = hclog.New(&hclog.LoggerOptions{ |
| 43 | Name: "http-plugin", |
nothing calls this directly
no outgoing calls
no test coverage detected