package
Version:
v0.53.0
Opens a new window with list of versions in this module.
Published: Jul 1, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GraphLock struct {
Nodes map[string]Node `json:"nodes"`
}
type LockFile struct {
GraphLock GraphLock `json:"graph_lock"`
Requires Requires `json:"requires"`
}
type Node struct {
Ref string `json:"ref"`
Requires []string `json:"requires"`
StartLine int
EndLine int
}
UnmarshalJSONWithMetadata needed to detect start and end lines of deps
type Require struct {
Dependency string
StartLine int
EndLine int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.