Documentation ¶
Index ¶
- type DB
- func (db *DB) AddObject(vpath string) (string, error)
- func (db *DB) CreateNode(vpath string) bool
- func (db *DB) Dec(vpath string) bool
- func (db *DB) Del(vpath string) bool
- func (db *DB) Get(vpath string) (string, bool)
- func (db *DB) GetNode(vpath string) (Node, bool)
- func (db *DB) GetNodes() map[string]Node
- func (db *DB) Inc(vpath string) bool
- func (db *DB) Keys(vpath string) []string
- func (db *DB) Now(vpath string) bool
- func (db *DB) Refresh() error
- func (db *DB) Save(vpath string, value string) bool
- type GetNodes
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
func (*DB) CreateNode ¶ added in v1.0.1
Click to show internal directories.
Click to hide internal directories.