GetRequest represents a request to the key-value store for the value associated with a particular key
| 45 | // GetRequest represents a request to the key-value store for the |
| 46 | // value associated with a particular key |
| 47 | type GetRequest struct { |
| 48 | state protoimpl.MessageState |
| 49 | sizeCache protoimpl.SizeCache |
| 50 | unknownFields protoimpl.UnknownFields |
| 51 | |
| 52 | Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` |
| 53 | } |
| 54 | |
| 55 | func (x *GetRequest) Reset() { |
| 56 | *x = GetRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected