package
Version:
v1.3.3-rc4
Opens a new window with list of versions in this module.
Published: May 8, 2024
License: AGPL-3.0, MIT
Opens a new window with license information.
Imports: 9
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"`
}
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.