Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶
type Counter struct {
// contains filtered or unexported fields
}
func (*Counter) MarshalJSON ¶
type Cursor ¶
type Cursor struct {
// contains filtered or unexported fields
}
func (*Cursor) SeekToFirst ¶
type KV ¶
type KV struct { Path string Fsync func(int) error // overridable; for testing // contains filtered or unexported fields }
type Tx ¶
type Tx struct {
// contains filtered or unexported fields
}
func (*Tx) Commit ¶
Commit commits the transaction. if the transaction is writable, the changes are committed to the disk. if the transaction is readonly, same as Rollback.
func (*Tx) Cursor ¶
Cursor returns a new cursor on this transaction. invalid after this transaction is committed or rolled back.
Click to show internal directories.
Click to hide internal directories.