()
| 184 | } |
| 185 | |
| 186 | func (x *PutRequest) GetKey() string { |
| 187 | if x != nil { |
| 188 | return x.Key |
| 189 | } |
| 190 | return "" |
| 191 | } |
| 192 | |
| 193 | func (x *PutRequest) GetValue() string { |
| 194 | if x != nil { |
nothing calls this directly
no outgoing calls
no test coverage detected