Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BboltStore ¶
type BboltStore struct {
// contains filtered or unexported fields
}
func NewBboltStore ¶
func NewBboltStore(cfg *BboltStoreConfig) (*BboltStore, error)
func (*BboltStore) Close ¶
func (b *BboltStore) Close() error
func (*BboltStore) Table ¶
func (b *BboltStore) Table(table string) compdb.SimpleStoreTable
type BboltStoreConfig ¶
type BboltStoreConfig struct {
Path string
}
Click to show internal directories.
Click to hide internal directories.