Documentation
¶
Index ¶
Constants ¶
View Source
const ( BinaryURL string = "https://repo.saltproject.io/salt-singlebin/3004-1/salt-3004-1-linux-amd64.tar.gz" HashURL string = "https://repo.saltproject.io/salt-singlebin/3004-1/salt-3004-1_SHA512" SigURL string = "https://repo.saltproject.io/salt-singlebin/3004-1/salt-3004-1_SHA512.asc" UbuntuRepo string = "deb [arch=%s] https://repo.saltproject.io/py3/ubuntu/%s/%s/3004 %s main" DebianRepo string = "deb [arch=%s] https://repo.saltproject.io/py3/debian/%s/%s/3004 %s main" )
View Source
const PublicKey string = `` /* 1769-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalResults ¶
type LocalResults struct {
Local Results `yaml:"local"`
}
func ParseLocalResults ¶
func ParseLocalResults(contents []byte) (res *LocalResults, err error)
type LocalResultsErrors ¶
type LocalResultsErrors struct {
Local []string `yaml:"local"`
}
type Result ¶
type Result struct {
ID string `yaml:"__id__"`
RunNumber int `yaml:"__run_num__"`
SLS string `yaml:"__sls__"`
Changes map[interface{}]interface{} `yaml:"changes"`
Comment string `yaml:"comment"`
Duration float64 `yaml:"duration"`
Name string `yaml:"name"`
Result bool `yaml:"result"`
StartTime string `yaml:"start_time"`
Warnings []string `yaml:"warnings"`
}
Click to show internal directories.
Click to hide internal directories.