Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
Name string
Version string
Source Source
// Packages that this job depends on; however,
// currently it will contain packages from all jobs
Packages []Package
}
func (Job) BundleName ¶
func (Job) BundleVersion ¶
type LocalPackage ¶
func (LocalPackage) BundleName ¶
func (s LocalPackage) BundleName() string
func (LocalPackage) BundleVersion ¶
func (s LocalPackage) BundleVersion() string
Click to show internal directories.
Click to hide internal directories.