UnimplementedWorkerServer can be embedded to have forward compatible implementations.
| 6342 | |
| 6343 | // UnimplementedWorkerServer can be embedded to have forward compatible implementations. |
| 6344 | type UnimplementedWorkerServer struct { |
| 6345 | } |
| 6346 | |
| 6347 | func (*UnimplementedWorkerServer) Mutate(ctx context.Context, req *Mutations) (*api.TxnContext, error) { |
| 6348 | return nil, status.Errorf(codes.Unimplemented, "method Mutate not implemented") |
nothing calls this directly
no outgoing calls
no test coverage detected