package
0.3.7
Repository: https://github.com/vim-volt/volt.git
Documentation: pkg.go.dev

# Functions

Read reads from lock.json and returns LockJSON.
ReadNoMigrationMsg is same as Read, but no migration message is printed.

# Constants

ReposGitType = "git".
ReposStaticType = "static".
ReposSystemType = "system".

# Structs

LockJSON is marshallable content of lock.json.
Profile is a element of LockJSON.Profiles.
Repos is a element of LockJSON.Repos.

# Type aliases

ProfileList = []Profile.
ReposList = []Repos.
ReposType = string.