Documentation ¶ Index ¶ type CacheFile func Open(path string) (*CacheFile, error) func (c *CacheFile) Close() error func (c *CacheFile) LoadSelected(group string) string func (c *CacheFile) StoreSelected(group, selected string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type CacheFile ¶ type CacheFile struct { DB *bbolt.DB } func Open ¶ func Open(path string) (*CacheFile, error) func (*CacheFile) Close ¶ func (c *CacheFile) Close() error func (*CacheFile) LoadSelected ¶ func (c *CacheFile) LoadSelected(group string) string func (*CacheFile) StoreSelected ¶ func (c *CacheFile) StoreSelected(group, selected string) error Source Files ¶ View all Source files cache.go Click to show internal directories. Click to hide internal directories.