Documentation ¶ Index ¶ func UpgradeConfig(cfgBytes []byte) ([]byte, error) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func UpgradeConfig ¶ func UpgradeConfig(cfgBytes []byte) ([]byte, error) Types ¶ type Config ¶ type Config struct { // OSArchs specifies the GOOS and GOARCH pairs for which TGZ distributions are created. If blank, defaults to // the GOOS and GOARCH of the host system at runtime. OSArchs []osarch.OSArch `yaml:"os-archs,omitempty"` } Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.