Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchParser ¶
type ArchParser struct {
X86 interface{} `yaml:"x86"`
Arm interface{} `yaml:"arm"`
}
func (*ArchParser) Get ¶
func (p *ArchParser) Get() string
type BaseParser ¶
type BaseParser struct {
// contains filtered or unexported fields
}
func (*BaseParser) GetBool ¶ added in v1.1.3
func (p *BaseParser) GetBool() bool
func (*BaseParser) GetInt ¶
func (p *BaseParser) GetInt() int
func (*BaseParser) GetInt64 ¶
func (p *BaseParser) GetInt64() int64
type EnvParser ¶
type EnvParser struct {
Default interface{} `yaml:"default"`
Env interface{} `yaml:"env"`
}
type OsParser ¶
type OsParser struct {
Linux interface{} `yaml:"linux"`
Windows interface{} `yaml:"windows"`
}
Click to show internal directories.
Click to hide internal directories.