gogithub

package
v0.0.0-...-8f56db8 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChecksService

type ChecksService interface {
	ListCheckRunsForRef(ctx context.Context, owner, repo, ref string, opt *githubApi.ListCheckRunsOptions) (*githubApi.ListCheckRunsResults, *githubApi.Response, error)
}

type GitService

type GitService interface {
	GetCommit(ctx context.Context, owner string, repo string, sha string) (*githubApi.Commit, *githubApi.Response, error)
}

type PullRequestService

type PullRequestService interface {
	List(ctx context.Context, owner string, repo string, opt *githubApi.PullRequestListOptions) ([]*githubApi.PullRequest, *githubApi.Response, error)
	Get(ctx context.Context, owner string, repo string, number int) (*githubApi.PullRequest, *githubApi.Response, error)
}

type RepositoriesService

type RepositoriesService interface {
	ListStatuses(ctx context.Context, owner, repo, ref string, opt *githubApi.ListOptions) ([]*githubApi.RepoStatus, *githubApi.Response, error)
}

type SearchService

type SearchService interface {
	Issues(ctx context.Context, query string, opt *githubApi.SearchOptions) (*githubApi.IssuesSearchResult, *githubApi.Response, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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