list

package
v2.41.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CmdList

type CmdList struct {
	*subcommand.SubCommand

	Application string
	// contains filtered or unexported fields
}

func NewCmd

func NewCmd(f *cmdutil.Factory) *CmdList

func (*CmdList) RunE

func (n *CmdList) RunE(cmd *cobra.Command, args []string) error

type PluginReference

type PluginReference struct {
	ID          string         `json:"id,omitempty"`
	Name        string         `json:"name,omitempty"`
	Modules     []string       `json:"modules,omitempty"`
	ContextPath string         `json:"contextPath,omitempty"`
	Description string         `json:"description,omitempty"`
	Version     string         `json:"version,omitempty"`
	Plugin      map[string]any `json:"plugin,omitempty"`
}

Custom plugin output format

func NewPluginReference

func NewPluginReference(app gjson.Result, version string, modules []string) (*PluginReference, error)

Jump to

Keyboard shortcuts

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