Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyValueReader ¶
type KeyValueReaderWriter ¶
type KeyValueReaderWriter interface { KeyValueReader KeyValueWriter }
type KeyValueWriter ¶
type LevelDBConfig ¶
type LevelDBConfig struct {
Path string `json:"Path"`
}
func DefaultLevelDBConfig ¶
func DefaultLevelDBConfig() LevelDBConfig
func (LevelDBConfig) IsValid ¶
func (cfg LevelDBConfig) IsValid() (bool, error)
Click to show internal directories.
Click to hide internal directories.