Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubFlags ¶
type GitHubFlags struct { FlagIsGitHubActions bool FlagGitHubToken string FlagGitHubOwner string FlagGitHubRepo string }
GitHubFlags represent the shared GitHub flags among all commands. Embed this struct into any commands that interact with GitHub.
func (*GitHubFlags) AddFlags ¶
func (g *GitHubFlags) AddFlags(set *cli.FlagSet)
type RetryFlags ¶
type RetryFlags struct { FlagRetryMaxAttempts uint64 FlagRetryInitialDelay time.Duration FlagRetryMaxDelay time.Duration }
RetryFlags represent the shared retry flags among all commands. Embed this struct into any commands that need retries.
func (*RetryFlags) AddFlags ¶
func (r *RetryFlags) AddFlags(set *cli.FlagSet)
Click to show internal directories.
Click to hide internal directories.