githubapi

package
v0.0.2-0...-8dc706e Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2024 License: BSD-3-Clause Imports: 4 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 interface {
	GetPullRequest(owner, repo string, number int) (*github.PullRequest, error)
	ListChangedPortsAndFiles(owner, repo string, number int) (ports []string, commitFiles []*github.CommitFile, err error)
	CreateComment(owner, repo string, number int, body *string) error
	AddAssignees(owner, repo string, number int, assignees []string) error
	ReplaceLabels(owner, repo string, number int, labels []string) error
	ListLabels(owner, repo string, number int) ([]string, error)
	ListOrgMembers(org string) ([]*github.User, error)
}

func NewClient

func NewClient(botSecret string) Client

Jump to

Keyboard shortcuts

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