| 201 | } |
| 202 | |
| 203 | type controllerServiceClient struct { |
| 204 | cc grpc.ClientConnInterface |
| 205 | } |
| 206 | |
| 207 | func NewControllerServiceClient(cc grpc.ClientConnInterface) ControllerServiceClient { |
| 208 | return &controllerServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected