github

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2024 License: MIT Imports: 5 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 interface {
	CreatePullRequest(ctx context.Context, headBranch string, tag string) error
}

func NewGithubClient

func NewGithubClient(ctx context.Context, logger *zap.Logger, token string, owner string, repo string) Github

type GithubClient

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

func (*GithubClient) CreatePullRequest

func (g *GithubClient) CreatePullRequest(ctx context.Context, headBranch string, tag string) error

Jump to

Keyboard shortcuts

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