Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGitCloneDestintionNotValid = errors.New("destination not valid") ErrTypeAssertionFailed = errors.New("type assertion failed") )
Functions ¶
func WriteNetrc ¶ added in v1.0.5
WriteNetrc writes the netrc file.
Types ¶
type Plugin ¶
type Plugin struct { *plugin_base.Plugin Settings *Settings }
Plugin implements provide the plugin.
func New ¶
func New(e plugin_base.ExecuteFunc, build ...string) *Plugin
func (*Plugin) FlagsFromContext ¶
Click to show internal directories.
Click to hide internal directories.