Documentation ¶
Overview ¶
Package config stores all devenv configuration
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { // CurrentContext is the current devenv in use. CurrentContext string `yaml:"currentContext"` }
func LoadConfig ¶
LoadConfig reads the config from disk
func (*Config) ParseContext ¶
ParseContext returns the runtime and name of the current context
Click to show internal directories.
Click to hide internal directories.