Documentation
¶
Overview ¶
Package cli implements the commands for the github-actions-on-gcp CLI.
Index ¶
- func Run(ctx context.Context, args []string) error
- type WebhookServerCommand
- func (c *WebhookServerCommand) Desc() string
- func (c *WebhookServerCommand) Flags() *cli.FlagSet
- func (c *WebhookServerCommand) Help() string
- func (c *WebhookServerCommand) Run(ctx context.Context, args []string) error
- func (c *WebhookServerCommand) RunUnstarted(ctx context.Context, args []string) (*serving.Server, http.Handler, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type WebhookServerCommand ¶
type WebhookServerCommand struct { cli.BaseCommand // contains filtered or unexported fields }
func (*WebhookServerCommand) Desc ¶
func (c *WebhookServerCommand) Desc() string
func (*WebhookServerCommand) Flags ¶
func (c *WebhookServerCommand) Flags() *cli.FlagSet
func (*WebhookServerCommand) Help ¶
func (c *WebhookServerCommand) Help() string
Click to show internal directories.
Click to hide internal directories.