dispatch

package
v0.19.1 Latest Latest
Warning

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

Go to latest
Published: Jul 13, 2025 License: MPL-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CommandDocker            = "docker"
	CommandGHA               = "gha"
	CommandSecrets           = "secrets"
	CommandSAST              = "sast"
	CommandGoTest            = "go-test"
	CommandGoCover           = "go-cover"
	CommandGoBuild           = "go-build"
	CommandGoModTidy         = "go-mod-tidy"
	CommandGoModName         = "go-mod-name"
	CommandGoLint            = "go-lint"
	CommandDeps              = "deps"
	CommandMarkdown          = "markdown"
	CommandShell             = "shell"
	CommandRelease           = "release"
	CommandPRTitleCheck      = "pr-title-check"
	CommandRepoTemplateStale = "repo-template-stale-check"
	CommandBranchStaleCheck  = "branch-stale-check"
	CommandCI                = "ci"
	CommandDepsBump          = "deps-bump"
	CommandHelp              = "help"
)

Variables

View Source
var (
	ErrUnknownCommand    = fmt.Errorf("unknown command")
	ErrNoCommandProvided = fmt.Errorf("no command provided")
	ErrExitCodeNotZero   = fmt.Errorf("exit code is not zero")
	ErrFindingFound      = fmt.Errorf("finding found")
	ErrCommandFailed     = fmt.Errorf("command failed")
)

Functions

func Run added in v0.18.0

func Run(config *config.Config, args []string) (int, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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