Documentation
¶
Index ¶
- type Action
- func (c *Action) AddFlags(fs *flag.FlagSet)
- func (c *Action) CreateAndLogStatus(client *github.Client, owner, repo, sha string, status *github.RepoStatus) error
- func (c *Action) EnsureCheckRun(pre *Target) error
- func (c *Action) EnsureCheckSuite(pre *Target) (*github.CheckSuite, error)
- func (c *Action) Run(args []string) error
- func (c *Action) UpdateCheckRun(owner, repo string, checkRun *github.CheckRun, summary, text string, ...) error
- type Run
- type Target
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
BaseURL, UploadURL string
StatusContext string
StatusDescription string
StatusTargetURL string
Cmd string
Args []string
// contains filtered or unexported fields
}
func (*Action) CreateAndLogStatus ¶
func (*Action) EnsureCheckRun ¶
func (*Action) EnsureCheckSuite ¶
func (c *Action) EnsureCheckSuite(pre *Target) (*github.CheckSuite, error)
type Target ¶
type Target struct {
Owner, Repo string
PullRequest *github.PullRequest
}
Click to show internal directories.
Click to hide internal directories.