github

package
v0.0.1-beta.1 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: MIT Imports: 3 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
}

func NewClient

func NewClient(token string) (*Client, error)

func (*Client) GetAuthenticatedUser

func (c *Client) GetAuthenticatedUser(ctx context.Context) (string, error)

func (*Client) GetRepo

func (c *Client) GetRepo(ctx context.Context, owner, name string) (*Repository, error)

func (*Client) ListOrgRepos

func (c *Client) ListOrgRepos(ctx context.Context, org string) ([]Repository, error)

func (*Client) ListOwnerRepos

func (c *Client) ListOwnerRepos(ctx context.Context, owner string) ([]Repository, error)

func (*Client) ListUserRepos

func (c *Client) ListUserRepos(ctx context.Context) ([]Repository, error)

type Repository

type Repository struct {
	Owner         string
	Name          string
	FullName      string
	CloneURL      string
	SSHURL        string
	Private       bool
	DefaultBranch string
}

Jump to

Keyboard shortcuts

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