Versions in this module Expand all Collapse all v2 v2.0.1 Apr 23, 2026 Changes in this version + type BackEnd struct + func (b *BackEnd) AddCfgAndInit(server *goblet.Server) error + func (b *BackEnd) Collection(name string) goblet.Kv + func (b *BackEnd) DB() *bolt.DB + type BackEndConfig struct + File string + type Collection struct + func (c *Collection) Del(name string) error + func (c *Collection) Get(name string, pointer interface{}) (err error) + func (c *Collection) Keys() []string + func (c *Collection) Set(name string, pointer interface{}) error