prow

package
v0.0.0-...-5bf41cd Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenPluginHelpMarkdown

func GenPluginHelpMarkdown(name string, help PluginHelp) string

Types

type AllPluginHelp

type AllPluginHelp struct {
	PluginHelp         map[string]PluginHelp
	ExternalPluginHelp map[string]PluginHelp
}

func GetDoc

func GetDoc(url string) (*AllPluginHelp, error)

type Command

type Command struct {
	Usage       string
	Featured    bool
	Description string
	Examples    []string
	WhoCanUse   string
}

type PluginHelp

type PluginHelp struct {
	Description string
	Config      map[string]string
	Snippet     string
	Events      []string
	Commands    []Command
}

Jump to

Keyboard shortcuts

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