()
| 280 | } |
| 281 | |
| 282 | func (x *DeleteRequest) GetKey() string { |
| 283 | if x != nil { |
| 284 | return x.Key |
| 285 | } |
| 286 | return "" |
| 287 | } |
| 288 | |
| 289 | // DeleteResponse represents a response from the key-value store for a |
| 290 | // Delete action. |
nothing calls this directly
no outgoing calls
no test coverage detected