plugin

package
v6.13.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2015 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PluginInstall

type PluginInstall struct {
	// contains filtered or unexported fields
}

func (*PluginInstall) Execute

func (cmd *PluginInstall) Execute(c flags.FlagContext)

func (*PluginInstall) MetaData

func (*PluginInstall) Requirements

func (cmd *PluginInstall) Requirements(requirementsFactory requirements.Factory, fc flags.FlagContext) (reqs []requirements.Requirement, err error)

func (*PluginInstall) SetDependency

func (cmd *PluginInstall) SetDependency(deps command_registry.Dependency, pluginCall bool) command_registry.Command

type PluginUninstall

type PluginUninstall struct {
	// contains filtered or unexported fields
}

func (*PluginUninstall) Execute

func (cmd *PluginUninstall) Execute(c