github

package
v0.0.0-...-69c2794 Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GitHubClientInteractor

type GitHubClientInteractor interface {
	CreateReview(ctx context.Context, meta MetaData, comment string) (*github.PullRequestReview, *github.Response, error)
	GetToken(ctx context.Context, installID int64) (string, error)
}

func New

type MetaData

type MetaData struct {
	Organization string
	Repository   string
	Number       int
}

Jump to

Keyboard shortcuts

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