GetResponse represents a response from the key-value store for a particular value
| 94 | // GetResponse represents a response from the key-value store for a |
| 95 | // particular value |
| 96 | type GetResponse struct { |
| 97 | state protoimpl.MessageState |
| 98 | sizeCache protoimpl.SizeCache |
| 99 | unknownFields protoimpl.UnknownFields |
| 100 | |
| 101 | Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` |
| 102 | } |
| 103 | |
| 104 | func (x *GetResponse) Reset() { |
| 105 | *x = GetResponse{} |
nothing calls this directly
no outgoing calls
no test coverage detected