| 33 | } |
| 34 | |
| 35 | type Splunk struct { |
| 36 | protobufs.UnimplementedNotifierServer |
| 37 | PluginConfigByName map[string]PluginConfig |
| 38 | Client http.Client |
| 39 | } |
| 40 | |
| 41 | type Payload struct { |
| 42 | Event string `json:"event"` |
nothing calls this directly
no outgoing calls
no test coverage detected