Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArtifactInfo ¶
type BoxManifest ¶
type BuildFlags ¶
type BuildFlags struct {
Version string
}
type DownloadStrategy ¶
type GitRefInfo ¶
type Service ¶
type Service struct {
Name string `yaml:"name"`
Strategy *DownloadStrategy `yaml:"strategy"`
Binary string `yaml:"binary,omitempty"`
Release string `yaml:"release"`
ArchivePath string `yaml:"archivePath,omitempty"`
Skip bool `yaml:"skip,omitempty"`
SkipGPG bool `yaml:"skipGpg,omitempty"`
SkipChecksum bool `yaml:"skipChecksum,omitempty"`
SrcFilenames map[string]string `yaml:"srcFilenames,omitempty"`
OutputPath string `yaml:"outputPath,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.