UnimplementedMasterGrpcServiceServer must be embedded to have forward compatible implementations.
| 173 | |
| 174 | // UnimplementedMasterGrpcServiceServer must be embedded to have forward compatible implementations. |
| 175 | type UnimplementedMasterGrpcServiceServer struct { |
| 176 | } |
| 177 | |
| 178 | func (UnimplementedMasterGrpcServiceServer) Get(context.Context, *MasterGetRequest) (*MasterGetResponse, error) { |
| 179 | return nil, status.Errorf(codes.Unimplemented, "method Get not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected