Documentation
¶
Overview ¶
Package hook provides the defined CLI hook actions for Vela.
Usage:
import "github.com/go-vela/cli/action/hook"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Action string
Org string
Repo string
Number int64
Page int
PerPage int
Output string
Color output.ColorOptions
}
Config represents the configuration necessary to perform hook related requests with Vela.
Click to show internal directories.
Click to hide internal directories.