Documentation ¶
Index ¶
Constants ¶
View Source
const ( UnknownReleaseChannelSecretDiscovery = "Unknown" ReleaseChannelAuto = "auto" ReleaseChannelAlpha = "alpha" ReleaseChannelBeta = "beta" ReleaseChannelStable = "stable" ReleaseChannelEarlyAccess = "early-access" ReleaseChannelRockSolid = "rock-solid" )
Variables ¶
View Source
var ( ErrChannelIsNotFound = errors.New("channel is not found") ErrModuleIsNotFound = errors.New("module is not found") )
Functions ¶
func DefineRegistryCommand ¶
func DefineRegistryCommand(kpApp *kingpin.Application)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.