Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { StorageConfig() storage_config.Config Plain() bool }
type MutableConfig ¶
type MutableConfig interface { Config SetStorageConfig(storage_config.Config) SetPlain(bool) }
func NewMutableConfig ¶
func NewMutableConfig() MutableConfig
Click to show internal directories.
Click to hide internal directories.