| 297 | } |
| 298 | |
| 299 | type pluginClient struct { |
| 300 | cc grpc.ClientConnInterface |
| 301 | } |
| 302 | |
| 303 | func NewPluginClient(cc grpc.ClientConnInterface) PluginClient { |
| 304 | return &pluginClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected