Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltConfig ¶
type BoltConfig struct {
DBFile string
}
func (BoltConfig) Validate ¶
func (c BoltConfig) Validate() error
type BoltStore ¶
type BoltStore struct {
// contains filtered or unexported fields
}
func NewBoltStore ¶
func NewBoltStore( config BoltConfig, logger boshlog.Logger, ) BoltStore
Click to show internal directories.
Click to hide internal directories.