()
| 191 | } |
| 192 | |
| 193 | func (x *PutRequest) GetValue() string { |
| 194 | if x != nil { |
| 195 | return x.Value |
| 196 | } |
| 197 | return "" |
| 198 | } |
| 199 | |
| 200 | // PutResponse represents a response from the key-value store for a |
| 201 | // Put action. |
nothing calls this directly
no outgoing calls
no test coverage detected