Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Directory string `yaml:"dir"`
}
Config stores the configuration for storing and accessing objects in the local filesystem.
func (*Config) RegisterFlags ¶
RegisterFlags registers the flags for filesystem storage
func (*Config) RegisterFlagsWithPrefix ¶
RegisterFlagsWithPrefix registers the flags for filesystem storage with the provided prefix
func (*Config) RegisterFlagsWithPrefixAndDefaultDirectory ¶ added in v3.3.0
RegisterFlagsWithPrefixAndDefaultDirectory registers the flags for filesystem storage with the provided prefix and sets the default directory to dir.
Click to show internal directories.
Click to hide internal directories.