infrastructure

package
v0.0.0-...-84373d0 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GithubContentService

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

func NewGithubContentService

func NewGithubContentService(client *github.Client) *GithubContentService

func (GithubContentService) GetFile

func (GithubContentService) UpdateContent

func (g GithubContentService) UpdateContent(ctx context.Context, repo githubDomain.Repository, branch string, file *githubDomain.File) error

type GithubPullRequestService

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

func NewGithubPullRequestService

func NewGithubPullRequestService(client *github.Client) *GithubPullRequestService

func (GithubPullRequestService) Create

func (GithubPullRequestService) RequestReview

type GithubRepositoryService

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

func NewGithubRepositoryService

func NewGithubRepositoryService(client *github.Client) *GithubRepositoryService

func (GithubRepositoryService) CreateBranchFromSourceBranch

func (g GithubRepositoryService) CreateBranchFromSourceBranch(
	ctx context.Context,
	repo *githubDomain.Repository,
	branchName string,
) error

func (GithubRepositoryService) GetRepository

func (g GithubRepositoryService) GetRepository(ctx context.Context, owner, name, sourceBranch string) (*githubDomain.Repository, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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