Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dependencies ¶
type Dependencies []*Dependency
func LoadDeps ¶
func LoadDeps(path string) (Dependencies, error)
func (Dependencies) Get ¶
func (d Dependencies) Get(k string) *Dependency
type Dependency ¶
type Dependency struct { Key string `json:"key"` Version string `json:"version"` Available string `json:"available"` References []string `json:"references"` }
func (*Dependency) AddRef ¶
func (d *Dependency) AddRef(r string)
func (*Dependency) String ¶
func (d *Dependency) String() string
Click to show internal directories.
Click to hide internal directories.