Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
CommandRunner can be implemented to intercept the running of a `bzr` command in any of the plugins in this package. This can be useful for testing, logging, wrapping IO, etc... It is expected that that plugins in this package will hand over control of the exec.Cmd to the first plugin that implements this interface.
type Versioner ¶
type Versioner struct {
// contains filtered or unexported fields
}
Versioner ...
func (*Versioner) BuildVersion ¶
BuildVersion is used by other commands to get the build version of the current source and use it for the build.
func (Versioner) Description ¶
Description is a general description of the plugin and its functionalities.
func (Versioner) PluginName ¶
Name is the name of the plugin. This will also be used for the cli sub-command
"pop" | "heroku" | "auth" | etc...
func (*Versioner) ScopedPlugins ¶
ScopedPlugins ...
Click to show internal directories.
Click to hide internal directories.