client

package
v0.0.0-...-4603220 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PerPageSize = 100
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Github

type Github struct {
	*github.Client

	Endpoint string
	APIKey   string
	// contains filtered or unexported fields
}

func NewGithub

func NewGithub(baseURL, uploadURL, token string) (*Github, error)

func (*Github) CreateLabel

func (gh *Github) CreateLabel(owner, repo string, label *github.Label) (*github.Label, *github.Response, error)

func (*Github) DeleteLabel

func (gh *Github) DeleteLabel(owner, repo, name string) (*github.Response, error)

func (*Github) ListLabels

func (gh *Github) ListLabels(owner, repo string) ([]*github.Label, error)

Jump to

Keyboard shortcuts

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