package
Version:
v0.0.11
Opens a new window with list of versions in this module.
Published: Apr 28, 2015
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JobRef struct {
Name string `yaml:"name"`
Fingerprint string `yaml:"fingerprint"`
SHA1 string `yaml:"sha1"`
}
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"`
Packages []PackageRef `yaml:"packages"`
}
type PackageRef struct {
Name string `yaml:"name"`
Fingerprint string `yaml:"fingerprint"`
SHA1 string `yaml:"sha1"`
Dependencies []string `yaml:"dependencies"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.