package
Version:
v0.0.0-...-5fe5f95
Opens a new window with list of versions in this module.
Published: Jan 19, 2023
License: MIT
Opens a new window with license information.
Imports: 8
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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.