Documentation
¶
Overview ¶
Package plasmactlupdate implements an update launchr plugin
Index ¶
Constants ¶
View Source
const (
BaseUrl = "https://repositories.skilld.cloud/repository/pla-plasmactl-raw"
)
Define the URL pattern for the file.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
Plugin is launchr plugin providing update action.
func (*Plugin) CobraAddCommands ¶
CobraAddCommands implements launchr.CobraPlugin interface to provide bump functionality.
func (*Plugin) PluginInfo ¶
func (p *Plugin) PluginInfo() launchr.PluginInfo
PluginInfo implements launchr.Plugin interface.
type Update ¶
type Update struct {
// contains filtered or unexported fields
}
Update stored update definition.
func CreateUpdate ¶
func CreateUpdate(cr keyring.CredentialsItem) (*Update, error)
CreateUpdate instance.
Click to show internal directories.
Click to hide internal directories.