Returns the next record in the set, or io.EOF if the end of the sequence has been reached. The returned Record is guaranteed to be valid until the next call to ReadRecord. If the program needs to retain the Record value it must make a copy.
()
| 19 | // ReadRecord. If the program needs to retain the Record value it must make |
| 20 | // a copy. |
| 21 | ReadRecord() (*Record, error) |
| 22 | } |
| 23 | |
| 24 | // NewRecordReader constructs a reader exposing the records passed as arguments. |
no outgoing calls