Len reports the length of the response list.
()
| 327 | |
| 328 | // Len reports the length of the response list. |
| 329 | func (rl *ResponsesList) Len() int { return len(rl.keys) } |
| 330 | |
| 331 | // Keys retrieves an []string of all keys in the response list. |
| 332 | func (rl *ResponsesList) Keys() []string { return rl.keys } |
no outgoing calls