plugin

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDistroGenerateCmd

func NewDistroGenerateCmd() *cobra.Command

NewDistroGenerateCmd represents plugin distro command

func NewPluginCmd

func NewPluginCmd() *cobra.Command

NewPluginCmd represents plugin command group

func NewPluginInitCmd

func NewPluginInitCmd() *cobra.Command

NewPluginInitCmd represents plugin init command

Types

type DistroConfig

type DistroConfig struct {
	Plugins []Plugin `yaml:"plugins"`
}

DistroConfig represents yaml configuration struct

type Plugin

type Plugin struct {
	Name             string    `yaml:"name"`
	Description      string    `yaml:"description,omitempty"`
	Module           string    `yaml:"module"`
	Version          string    `yaml:"version"`
	PluginImportPath string    `yaml:"pluginImportPath,omitempty"`
	CmdParts         []string  `yaml:"cmdParts,omitempty"`
	Replace          []Replace `yaml:"replace,omitempty"`
}

Plugin represents plugin configuration data struct

type Replace

type Replace struct {
	Module       string `yaml:"module"`
	ModuleSource string `yaml:"moduleSource,omitempty"`
	Version      string `yaml:"version"`
}

Plugin represents go module replacement declaration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL