| 49 | } |
| 50 | |
| 51 | type rpcResponseNormalizer struct { |
| 52 | *rpcPluginAdapter |
| 53 | method string |
| 54 | } |
| 55 | |
| 56 | func registerRPCPlugin(ctx context.Context, host *Host, id string, client pluginClient, method string, configYAML []byte) (pluginapi.Plugin, error) { |
| 57 | if client == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected