sequential read, return io.EOF if there is no more records to read
()
| 22 | Write(*Log) error |
| 23 | // sequential read, return io.EOF if there is no more records to read |
| 24 | Read() (*Log, error) |
| 25 | // random access |
| 26 | Get(index uint64) (*Log, error) |
| 27 | } |
no outgoing calls