Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultConfig ¶ added in v0.3.0
func GetDefaultConfig() string
GetDefaultConfig returns the default config string
Types ¶
type Config ¶
type Config struct { Name string Filename string `ini:"filename"` Environments struct { Name []string `ini:"name,omitempty,allowshadow"` } `ini:"environments"` Created time.Time `ini:"-"` Expand bool `ini:"expand"` Isolated bool `ini:"isolated"` ExportEnvName string `ini:"export_environment"` Meta struct { Dir string `ini:"dir"` File string `ini:"file"` Print bool `ini:"print"` AsJSON bool `ini:"json"` } `ini:"metadata"` Template struct { Path string `ini:"path"` File string `ini:"file"` } `ini:"template"` }
Config has the rc config options
Click to show internal directories.
Click to hide internal directories.