Documentation ¶
Index ¶
- func TestIndex(t *testing.T)
- func TestStoreAppendRead(t *testing.T)
- func TestStoreClose(t *testing.T)
- type Config
- type Log
- func (l *Log) Append(record *api.Record) (uint64, error)
- func (l *Log) Close() error
- func (l *Log) HighestOffset() (uint64, error)
- func (l *Log) LowestOffset() (uint64, error)
- func (l *Log) Read(off uint64) (*api.Record, error)
- func (l *Log) Reader() io.Reader
- func (l *Log) Remove() error
- func (l *Log) Reset() error
- func (l *Log) Truncate(lowest uint64) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestStoreAppendRead ¶
func TestStoreClose ¶
Types ¶
type Log ¶
func (*Log) HighestOffset ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.