Documentation ¶
Index ¶
Constants ¶
View Source
const Name = "bbolt"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cfg ¶
type Cfg struct { FileMode fs.FileMode `json:"file_mode"` Timeout time.Duration `json:"timeout"` NoGrowSync bool `json:"no_grow_sync"` NoFreelistSync bool `json:"no_freelist_sync"` FreelistType bolt.FreelistType `json:"freelist_type"` ReadOnly bool `json:"read_only"` MmapFlags int `json:"mmap_flags"` InitialMmapSize int `json:"initial_mmap_size"` PageSize int `json:"page_size"` NoSync bool `json:"no_sync"` Path string `json:"path"` }
func DefaultCfg ¶
func DefaultCfg() *Cfg
Click to show internal directories.
Click to hide internal directories.