UnimplementedWorkerServer must be embedded to have forward compatible implementations.
| 96 | |
| 97 | // UnimplementedWorkerServer must be embedded to have forward compatible implementations. |
| 98 | type UnimplementedWorkerServer struct { |
| 99 | } |
| 100 | |
| 101 | func (UnimplementedWorkerServer) Map(context.Context, *MapInfo) (*Result, error) { |
| 102 | return nil, status.Errorf(codes.Unimplemented, "method Map not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected