Documentation ¶
Index ¶
- Variables
- func CheckIfDBSet()
- func Compress(s []byte) []byte
- func Decompress(s []byte) ([]byte, error)
- func Delete(bucket, key string) error
- func ForEachKey(bucket string, each func(k, v []byte) error) error
- func ForEachLogic(each func(tx *bolt.Tx) error) error
- func Get(bucket, key string) ([]byte, error)
- func Set(bucket, key string, value []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DatabaseIsBusy = false
Functions ¶
func CheckIfDBSet ¶
func CheckIfDBSet()
func Decompress ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.