//
pkg.gl
Category
github.com/vim-volt/volt
lockjson
package
0.3.7
Repository:
https://github.com/vim-volt/volt.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
13
Files
396 SLOC
#
Functions
Read
Read reads from lock.json and returns LockJSON.
ReadNoMigrationMsg
ReadNoMigrationMsg is same as Read, but no migration message is printed.
#
Constants
ReposGitType
ReposGitType = "git".
ReposStaticType
ReposStaticType = "static".
ReposSystemType
ReposSystemType = "system".
#
Structs
LockJSON
LockJSON is marshallable content of lock.json.
Profile
Profile is a element of LockJSON.Profiles.
Repos
Repos is a element of LockJSON.Repos.
#
Type aliases
ProfileList
ProfileList = []Profile.
ReposList
ReposList = []Repos.
ReposType
ReposType = string.