github

package
v0.3.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

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
}

Client implements platform.Platform for GitHub.

func New

func New(owner, repo string) (*Client, error)

New creates a new GitHub client. Auth priority: GITHUB_TOKEN env var > gh CLI auth token.

func (*Client) Checks

func (c *Client) Checks() platform.CheckService

func (*Client) HTTPClient added in v0.2.5

func (c *Client) HTTPClient() *http.Client

HTTPClient returns the authenticated HTTP client used by this GitHub client.

func (*Client) Issues

func (c *Client) Issues() platform.IssueService

func (*Client) Labels

func (c *Client) Labels() platform.LabelService

func (*Client) Milestones

func (c *Client) Milestones() platform.MilestoneService

func (*Client) PullRequests

func (c *Client) PullRequests() platform.PullRequestService

func (*Client) Repository

func (c *Client) Repository() platform.RepositoryService

func (*Client) Runners

func (c *Client) Runners() platform.RunnerService

func (*Client) Workflows

func (c *Client) Workflows() platform.WorkflowService

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL