Index retrieves the index of the current item in the response list.
()
| 324 | |
| 325 | // Index retrieves the index of the current item in the response list. |
| 326 | func (rl *ResponsesList) Index() int { return rl.current } |
| 327 | |
| 328 | // Len reports the length of the response list. |
| 329 | func (rl *ResponsesList) Len() int { return len(rl.keys) } |
no outgoing calls