Documentation
¶
Index ¶
Constants ¶
View Source
const ( SharingPolicyIsolated = "isolated" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltConfig ¶
type BoltConfig struct {
ContentSharingPolicy string `toml:"content_sharing_policy"`
NoSync bool `toml:"no_sync"`
}
func (*BoltConfig) Validate ¶
func (bc *BoltConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.