Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
()
| 130 | |
| 131 | // Deprecated: Use GetResponse.ProtoReflect.Descriptor instead. |
| 132 | func (*GetResponse) Descriptor() ([]byte, []int) { |
| 133 | return file_keyvalue_proto_rawDescGZIP(), []int{1} |
| 134 | } |
| 135 | |
| 136 | func (x *GetResponse) GetValue() string { |
| 137 | if x != nil { |
nothing calls this directly
no test coverage detected