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