github

package
v0.4.1 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2022 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 GitHub

type GitHub struct {
	ApiURL      *url.URL
	AccessToken string
	// contains filtered or unexported fields
}

func New added in v0.4.0

func New(opts GitHub) *GitHub

func (GitHub) CreatePullRequest

func (c GitHub) CreatePullRequest(ctx context.Context,
	remoteURL, fromBranch, toBranch string,
	title, body string) (string, error)

func (GitHub) ListPullRequests added in v0.4.0

func (c GitHub) ListPullRequests(ctx context.Context, remoteURL string, user string) ([]spi.PullRequest, error)

Jump to

Keyboard shortcuts

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