Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByDescription ¶
type ByDescription []EnvVarInfo
func (ByDescription) Len ¶
func (a ByDescription) Len() int
func (ByDescription) Less ¶
func (a ByDescription) Less(i, j int) bool
func (ByDescription) Swap ¶
func (a ByDescription) Swap(i, j int)
type EnvVar ¶
type EnvVar struct {
EnvVars []EnvVarInfo `toml:"env"`
}
type EnvVarInfo ¶
type EnvVarInfo struct {
Description string `toml:"description"`
Variables []string `toml:"variables"`
Tag []string `toml:"tag"`
}
func (*EnvVarInfo) GetVariables ¶
func (envvar *EnvVarInfo) GetVariables() []string
Click to show internal directories.
Click to hide internal directories.