Documentation ¶
Index ¶
- type Database
- func (bdb *Database) CreateBucket(name string) error
- func (bdb *Database) CreatedNestedBucket(name string, nestedName string) error
- func (bdb *Database) GetNestedValue(name string, nestedName string, key string) ([]byte, error)
- func (bdb *Database) GetValue(name string, key string) ([]byte, error)
- func (bdb *Database) UpdateNestedValue(name string, nestedName string, key string, value []byte) error
- func (bdb *Database) UpdateValue(name string, key string, value []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
func CreateDatabase ¶
func (*Database) CreateBucket ¶
func (*Database) CreatedNestedBucket ¶
Should really make something smarter than this but it will do for now (for managing data in nested app buckets)
func (*Database) GetNestedValue ¶
func (*Database) UpdateNestedValue ¶
Click to show internal directories.
Click to hide internal directories.