Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvConfig ¶
type FlagConfig ¶
type SelectorConfig ¶
type SelectorConfig struct { Query string `toml:"query"` Flags map[string]FlagConfig `toml:"flag"` Description string `toml:"description"` Include string `toml:"include"` UseUTC bool `toml:"use_utc"` }
func (SelectorConfig) String ¶
func (sc SelectorConfig) String() string
type SelektorConfig ¶
type SelektorConfig struct { Selectors map[string]SelectorConfig `toml:"selector"` Envs map[string]EnvConfig `toml:"env"` }
func ReadConfig ¶
func ReadConfig(cfgPath string) (*SelektorConfig, error)
func (SelektorConfig) String ¶
func (ec SelektorConfig) String() string
Click to show internal directories.
Click to hide internal directories.