Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetCombinedStatus(ctx context.Context, owner, repo, ref string, opts *ListOptions) (*CombinedStatus, *Response, error) ListCheckRunsForRef(ctx context.Context, owner, repo, ref string, opts *ListCheckRunsOptions) (*ListCheckRunsResults, *Response, error) }
type CombinedStatus ¶
type CombinedStatus = github.CombinedStatus
type ListCheckRunsOptions ¶
type ListCheckRunsOptions = github.ListCheckRunsOptions
type ListCheckRunsResults ¶
type ListCheckRunsResults = github.ListCheckRunsResults
type ListOptions ¶
type ListOptions = github.ListOptions
type RepoStatus ¶
type RepoStatus = github.RepoStatus
Click to show internal directories.
Click to hide internal directories.