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