| 37 | } |
| 38 | |
| 39 | type masterGrpcServiceClient struct { |
| 40 | cc grpc.ClientConnInterface |
| 41 | } |
| 42 | |
| 43 | func NewMasterGrpcServiceClient(cc grpc.ClientConnInterface) MasterGrpcServiceClient { |
| 44 | return &masterGrpcServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected