//
pkg.gl
Category
github.com/google/googet/v2
priority
package
2.20.0
Repository:
https://github.com/google/googet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
3
Files
39 SLOC
#
Functions
FromString
FromString converts the string s into a priority Value, where s represents either a semantic priority name or an integer.
#
Constants
Canary
Canary is the priority level for canary repos.
Default
Default is the default priority level for everything.
None
None is an unspecified priority level.
Pin
Pin is the priority level for user-pinned repos.
Rollback
Rollback is the priority level for rollback repos.
#
Type aliases
Value
Value is an integer priority associated with a repo.