Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompiledPackageRef ¶
type LicenseRef ¶
type Manifest ¶
type Manifest struct {
	Name    string `yaml:"name"`
	Version string `yaml:"version"`
	CommitHash         string `yaml:"commit_hash"`
	UncommittedChanges bool   `yaml:"uncommitted_changes"`
	Jobs         []JobRef             `yaml:"jobs,omitempty"`
	Packages     []PackageRef         `yaml:"packages,omitempty"`
	CompiledPkgs []CompiledPackageRef `yaml:"compiled_packages,omitempty"`
	License      *LicenseRef          `yaml:"license,omitempty"`
}
    type PackageRef ¶
type ReleaseRef ¶
func (ReleaseRef) Description ¶
func (r ReleaseRef) Description() string
func (ReleaseRef) GetSHA1 ¶
func (r ReleaseRef) GetSHA1() string
func (ReleaseRef) GetURL ¶
func (r ReleaseRef) GetURL() string
 Click to show internal directories. 
   Click to hide internal directories.