Documentation
¶
Index ¶
- Variables
- func Delete(key string) error
- func DeleteAllKeysWithSubstring(substring string) error
- func GetValue(key string) ([]byte, error)
- func GetValuesForKeys(keys []string) (map[string][]byte, error)
- func InitDB(path string) error
- func SaveOrUpdate(key string, value string) error
- func SearchKeysWithSubstring(substring string) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var DB *badger.DB
Functions ¶
func SaveOrUpdate ¶
func SearchKeysWithSubstring ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.