package
Version:
v0.6.0-alpha.2
Opens a new window with list of versions in this module.
Published: May 4, 2018
License: MPL-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Build struct {
Artifact string
Context interface{}
Succeeded bool
Error error `json:",omitempty"`
Dependencies []Dependency
}
type Dependency struct {
Locator string `json:"locator"`
Data *json.RawMessage `json:"data,omitempty"`
Depth int `json:"depth,omitempty"`
Parent string `json:"parent,omitempty"`
UnresolvedLocators []string `json:"unresolved_locators,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.