Documentation
¶
Index ¶
- type Client
- func (client Client) GetCombinedStatus(ctx context.Context, owner, repo, ref string, opts *github.ListOptions) (*github.CombinedStatus, *github.Response, error)
- func (client Client) ListCheckRunsForRef(ctx context.Context, owner, repo, ref string, ...) (*github.ListCheckRunsResults, *github.Response, error)
- func (client Client) ListCheckSuitesForRef(ctx context.Context, owner, repo, ref string, ...) (*github.ListCheckSuiteResults, *github.Response, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) GetCombinedStatus ¶
func (Client) ListCheckRunsForRef ¶
func (Client) ListCheckSuitesForRef ¶
Click to show internal directories.
Click to hide internal directories.