Documentation ¶ Index ¶ type Cmd func (c *Cmd) Run(g *commoncmd.Globals) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cmd ¶ type Cmd struct { Address string `help:"Address to listen for incoming requests." env:"ADDRESS" default:":8080"` Path string `help:"Path where hook requests are served." env:"PATH" default:"v1"` } func (*Cmd) Run ¶ func (c *Cmd) Run(g *commoncmd.Globals) error Source Files ¶ View all Source files start.go Click to show internal directories. Click to hide internal directories.