Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpawnPlugin ¶
SpawnPlugin is the interface that we're exposing as a plugin.
type SpawnPluginBase ¶
type SpawnPluginBase struct {
// contains filtered or unexported fields
}
func NewSpawnPluginBase ¶
func NewSpawnPluginBase(cmd *cobra.Command) *SpawnPluginBase
func (*SpawnPluginBase) Cmd ¶
func (s *SpawnPluginBase) Cmd() *cobra.Command
Cmd implements SpawnPlugin.
Click to show internal directories.
Click to hide internal directories.