| 266 | } |
| 267 | |
| 268 | type controllerClient struct { |
| 269 | cc grpc.ClientConnInterface |
| 270 | } |
| 271 | |
| 272 | func NewControllerClient(cc grpc.ClientConnInterface) ControllerClient { |
| 273 | return &controllerClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected