github

package
v0.31.2 Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Clone added in v0.28.0

func Clone(dir string, opts CloneOptions) error

func EnsureInstalledAndAuthenticated

func EnsureInstalledAndAuthenticated() error

Types

type CloneOptions added in v0.28.0

type CloneOptions struct {
	RepoURL string
	OutDir  string
}

type PullRequestProvider

type PullRequestProvider struct {
	// contains filtered or unexported fields
}

func NewPullRequestProvider

func NewPullRequestProvider(dir string) *PullRequestProvider

func (*PullRequestProvider) Create

func (p *PullRequestProvider) Create(params pr.CreateParams) (string, error)

func (*PullRequestProvider) CreateInteractively

func (p *PullRequestProvider) CreateInteractively(branch string) error

func (*PullRequestProvider) EnsureInstalledAndAuthenticated

func (p *PullRequestProvider) EnsureInstalledAndAuthenticated() error

func (*PullRequestProvider) Exists

func (p *PullRequestProvider) Exists(branch string) (bool, error)

func (*PullRequestProvider) GetBranchesPromotingToEnvironment

func (p *PullRequestProvider) GetBranchesPromotingToEnvironment(env string) ([]string, error)

func (*PullRequestProvider) GetPromotionEnvironment

func (p *PullRequestProvider) GetPromotionEnvironment(branch string) (string, error)

func (*PullRequestProvider) SetPromotionEnvironment

func (p *PullRequestProvider) SetPromotionEnvironment(branch string, env string) error

Jump to

Keyboard shortcuts

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