UnimplementedTaskServer must be embedded to have forward compatible implementations.
| 231 | |
| 232 | // UnimplementedTaskServer must be embedded to have forward compatible implementations. |
| 233 | type UnimplementedTaskServer struct { |
| 234 | } |
| 235 | |
| 236 | func (UnimplementedTaskServer) State(context.Context, *StateRequest) (*StateResponse, error) { |
| 237 | return nil, status.Errorf(codes.Unimplemented, "method State not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected