Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChecksParams ¶
type CountParams ¶
type PullRequest ¶
type PullRequestParams ¶
type PullRequestParams struct {
params.Default
Owner string `json:"owner" query:"owner" validate:"required"`
Repository string `json:"repository" query:"repository" validate:"required"`
ID *int `json:"id" query:"id" validate:"required"`
}
func (*PullRequestParams) String ¶
func (p *PullRequestParams) String() string
Used by cache as identifier
type Run ¶
type Run struct {
ID int64
Title string
Status string // queued, in_progress, or completed
Conclusion string // success, failure, neutral, cancelled, timed_out, or action_required
StartedAt *time.Time
CompletedAt *time.Time
}
Run represents GitHub Action Data See : https://developer.github.com/v3/checks/runs/
Click to show internal directories.
Click to hide internal directories.