Documentation
¶
Overview ¶
Package gb provides compatibility with GB manifests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dependency ¶
type Dependency struct {
Importpath string `json:"importpath"`
Repository string `json:"repository"`
Revision string `json:"revision"`
Branch string `json:"branch"`
Path string `json:"path,omitempty"`
}
Dependency represents an individual dependency in the GB manifest file
type Manifest ¶
type Manifest struct {
Version int `json:"version"`
Dependencies []Dependency `json:"dependencies"`
}
Manifest represents the GB manifest file
Click to show internal directories.
Click to hide internal directories.