Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyValueDatabase ¶
type SlowFileDatabase ¶
type SlowFileDatabase struct {
// contains filtered or unexported fields
}
func NewSlowFileDatabase ¶
func NewSlowFileDatabase(filename string, syncThreshold uint64) (*SlowFileDatabase, error)
func (*SlowFileDatabase) Close ¶
func (sfb *SlowFileDatabase) Close()
func (*SlowFileDatabase) Open ¶
func (sfb *SlowFileDatabase) Open() error
func (*SlowFileDatabase) Set ¶
func (sfb *SlowFileDatabase) Set(key, value string) error
Click to show internal directories.
Click to hide internal directories.