Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct { Source string `yaml:"source"` TargetName string `yaml:"targetName"` Summary string `yaml:"summary"` // This holds the major versions of the package (v0, v1, v2, ..), the fine versions are retrieved // with FileReader.Versions(majorVersion). Versions []string FileReader VersionedFileReader `yaml:"-"` }
Click to show internal directories.
Click to hide internal directories.