Documentation
¶
Index ¶
- func BatchInsert(dbName string, entries map[string][]byte) error
- func CreateDatabase(dbName string, secure bool) error
- func GetEntry(dbName string, key string) ([]byte, error)
- func InsertEntry(dbName string, key string, value []byte) error
- func ListDatabases() ([]string, error)
- func RemoveEntry(dbName string, key string) error
- func UpdateConfigurations(config *Config) error
- func UpdateEntry(dbName string, key string, value []byte) error
- type Config
- type DbObject
- type Event
- type EventType
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDatabase ¶
func ListDatabases ¶
func RemoveEntry ¶
func UpdateConfigurations ¶
Types ¶
type Config ¶
type Config struct {
StorePath string `json:"store_path"`
SecureNewDb bool `json:"secure_new_db"`
MetaStore string `json:"meta_store"`
MetaFile string `json:"meta_file"`
}
func ListConfigurations ¶
Click to show internal directories.
Click to hide internal directories.