Documentation
¶
Overview ¶
Package plasmactlcomponent implements a launchr plugin with component functionality
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommitsGroup ¶
type CommitsGroup struct {
// contains filtered or unexported fields
}
CommitsGroup is simple struct that contains list of commits under some group. Group has name, date and parent commit.
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin is launchr.Plugin plugin providing bump functionality.
func (*Plugin) DiscoverActions ¶
DiscoverActions implements launchr.ActionDiscoveryPlugin interface.
func (*Plugin) OnAppInit ¶
OnAppInit implements launchr.Plugin interface.
func (*Plugin) PluginInfo ¶
func (p *Plugin) PluginInfo() launchr.PluginInfo
PluginInfo implements launchr.Plugin interface.
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
launchr
command
Package executes Launchr application.
|
Package executes Launchr application. |
|
pkg
|
|
|
repository
Package repository stores tools to work with git repository.
|
Package repository stores tools to work with git repository. |
|
sync
Package sync contains tools to provide bump propagation.
|
Package sync contains tools to provide bump propagation. |
Click to show internal directories.
Click to hide internal directories.