Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Dependencies ¶
type Dependencies map[string]Dependency
type Dependency ¶
type Dependency struct {
Type string `json:"type"`
Resolved string `json:"resolved"`
StartLine int
EndLine int
Dependencies map[string]string `json:"dependencies,omitempty"`
}
func (*Dependency) UnmarshalJSONWithMetadata ¶
func (t *Dependency) UnmarshalJSONWithMetadata(node jfather.Node) error
UnmarshalJSONWithMetadata needed to detect start and end lines of deps
type LockFile ¶
type LockFile struct {
Version int `json:"version"`
Targets map[string]Dependencies `json:"dependencies"`
}
Click to show internal directories.
Click to hide internal directories.