Cur retrieves the current response from the response list.
()
| 321 | |
| 322 | // Cur retrieves the current response from the response list. |
| 323 | func (rl *ResponsesList) Cur() *Response { return rl.List[rl.keys[rl.current]] } |
| 324 | |
| 325 | // Index retrieves the index of the current item in the response list. |
| 326 | func (rl *ResponsesList) Index() int { return rl.current } |
no outgoing calls