Documentation
¶
Index ¶
- Variables
- type Cursor
- type Event
- type Monotone
- func (m *Monotone) Close()
- func (m *Monotone) Cursor(key *Event, exclusive bool) (*Cursor, error)
- func (m *Monotone) Delete(batch []*Event) error
- func (m *Monotone) Error() error
- func (m *Monotone) Execute(command string) ([]byte, error)
- func (m *Monotone) Open(s string) error
- func (m *Monotone) Read(key *Event, n int) ([]*Event, error)
- func (m *Monotone) Write(batch []*Event) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrClosed = errors.New("closed")
Functions ¶
This section is empty.
Types ¶
type Event ¶
Click to show internal directories.
Click to hide internal directories.