github

package
v1.3.7 Latest Latest
Warning

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

Go to latest
Published: Mar 20, 2023 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 Provider

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

func NewProvider

func NewProvider(accessToken string) *Provider

func (*Provider) CreateCommit

func (p *Provider) CreateCommit(commitMessage string, path string, content []byte) (string, error)

func (*Provider) GetFolders

func (p *Provider) GetFolders() ([]string, error)

func (*Provider) GetOwner added in v1.2.0

func (p *Provider) GetOwner() string

func (*Provider) GetRepository added in v1.2.0

func (p *Provider) GetRepository() string

func (*Provider) HeadBranch added in v1.3.0

func (p *Provider) HeadBranch() string

func (*Provider) RaisePullRequest

func (p *Provider) RaisePullRequest(branch string, commitMessage string, path string, content []byte) (string, error)

func (*Provider) SetRepository added in v1.2.0

func (p *Provider) SetRepository(owner, repository string)

Jump to

Keyboard shortcuts

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