()
| 85 | } |
| 86 | |
| 87 | func (x *GetRequest) GetKey() string { |
| 88 | if x != nil { |
| 89 | return x.Key |
| 90 | } |
| 91 | return "" |
| 92 | } |
| 93 | |
| 94 | // GetResponse represents a response from the key-value store for a |
| 95 | // particular value |
nothing calls this directly
no outgoing calls
no test coverage detected