Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetMetanaConfig ¶
func SetMetanaConfig(mc *MetanaConfig, FS afero.Fs, wd string) error
Types ¶
type Environment ¶
type MetanaConfig ¶
type MetanaConfig struct { Dir string `yaml:"dir"` StoreConn string `yaml:"store"` Environments []Environment `yaml:"environments"` }
func GetMetanaConfig ¶
func GetMetanaConfig(FS afero.Fs, wd string) (*MetanaConfig, error)
Click to show internal directories.
Click to hide internal directories.