cli

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: May 20, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

Package cli implements the commands for the github-action-dispatcher CLI.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(ctx context.Context, args []string) error

Run executes the CLI.

Types

type DispatcherServerCommand added in v1.0.0

type DispatcherServerCommand struct {
	cli.BaseCommand
	// contains filtered or unexported fields
}

func (*DispatcherServerCommand) Desc added in v1.0.0

func (c *DispatcherServerCommand) Desc() string

func (*DispatcherServerCommand) Flags added in v1.0.0

func (c *DispatcherServerCommand) Flags() *cli.FlagSet

func (*DispatcherServerCommand) Help added in v1.0.0

func (c *DispatcherServerCommand) Help() string

func (*DispatcherServerCommand) Run added in v1.0.0

func (c *DispatcherServerCommand) Run(ctx context.Context, args []string) error

func (*DispatcherServerCommand) RunUnstarted added in v1.0.0

func (c *DispatcherServerCommand) RunUnstarted(ctx context.Context, args []string) (*serving.Server, http.Handler, error)

type GHWebhookServerCommand added in v1.0.0

type GHWebhookServerCommand struct {
	cli.BaseCommand
	// contains filtered or unexported fields
}

func (*GHWebhookServerCommand) Desc added in v1.0.0

func (c *GHWebhookServerCommand) Desc() string

func (*GHWebhookServerCommand) Flags added in v1.0.0

func (c *GHWebhookServerCommand) Flags() *cli.FlagSet

func (*GHWebhookServerCommand) Help added in v1.0.0

func (c *GHWebhookServerCommand) Help() string

func (*GHWebhookServerCommand) Run added in v1.0.0

func (c *GHWebhookServerCommand) Run(ctx context.Context, args []string) error

func (*GHWebhookServerCommand) RunUnstarted added in v1.0.0

func (c *GHWebhookServerCommand) RunUnstarted(ctx context.Context, args []string) (*serving.Server, http.Handler, error)

type RunnerDiscoveryCommand added in v0.0.5

type RunnerDiscoveryCommand struct {
	cli.BaseCommand
}

func (*RunnerDiscoveryCommand) Desc added in v0.0.5

func (c *RunnerDiscoveryCommand) Desc() string

func (*RunnerDiscoveryCommand) Flags added in v0.0.5

func (c *RunnerDiscoveryCommand) Flags() *cli.FlagSet

func (*RunnerDiscoveryCommand) Help added in v0.0.5

func (c *RunnerDiscoveryCommand) Help() string

func (*RunnerDiscoveryCommand) Run added in v0.0.5

func (c *RunnerDiscoveryCommand) Run(ctx context.Context, args []string) error

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

func (*WebhookServerCommand) Run

func (c *WebhookServerCommand) Run(ctx context.Context, args []string) error

func (*WebhookServerCommand) RunUnstarted

func (c *WebhookServerCommand) RunUnstarted(ctx context.Context, args []string) (*serving.Server, http.Handler, error)

Jump to

Keyboard shortcuts

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