github

package
v0.0.0-...-a9d03c6 Latest Latest
Warning

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

Go to latest
Published: Apr 12, 2026 License: MIT Imports: 7 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 is a wrapper around the google/go-github client. The go-github library handles all response codes from GitHub, including rate limiting, authentication errors, and other non-2xx responses.

func NewClient

func NewClient(authToken string, timeout time.Duration) *Client

func (*Client) LatestReleaseTag

func (c *Client) LatestReleaseTag(ctx context.Context, owner, repo string) (string, error)

func (*Client) RepositoryExists

func (c *Client) RepositoryExists(ctx context.Context, owner, repo string) (bool, error)

func (*Client) WithBaseURL

func (c *Client) WithBaseURL(baseURL string) *Client

Jump to

Keyboard shortcuts

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