(context.Context, *GetRequest)
| 79 | // for forward compatibility |
| 80 | type KeyValueServer interface { |
| 81 | Get(context.Context, *GetRequest) (*GetResponse, error) |
| 82 | Put(context.Context, *PutRequest) (*PutResponse, error) |
| 83 | Delete(context.Context, *DeleteRequest) (*PutResponse, error) |
| 84 | mustEmbedUnimplementedKeyValueServer() |
nothing calls this directly
no outgoing calls
no test coverage detected