package
2.20.0
Repository: https://github.com/google/googet.git
Documentation: pkg.go.dev

# Functions

FromString converts the string s into a priority Value, where s represents either a semantic priority name or an integer.

# Constants

Canary is the priority level for canary repos.
Default is the default priority level for everything.
None is an unspecified priority level.
Pin is the priority level for user-pinned repos.
Rollback is the priority level for rollback repos.

# Type aliases

Value is an integer priority associated with a repo.