githubclient

package
v0.0.25 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: Apache-2.0 Imports: 6 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 struct {
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, appID, rsaPrivateKeyPEM string) (*GitHub, error)

New creates a new instance of a GitHub client.

func (*GitHub) CommentPR

func (gh *GitHub) CommentPR(ctx context.Context, owner, repo string, prNumber int, comment string) (*github.Response, error)

CommentPR creates a PR comment.

func (*GitHub) ListDeliveries

func (gh *GitHub) ListDeliveries(ctx context.Context, opts *github.ListCursorOptions) ([]*github.HookDelivery, *github.Response, error)

ListDeliveries lists a paginated result of event deliveries.

func (*GitHub) RedeliverEvent

func (gh *GitHub) RedeliverEvent(ctx context.Context, deliveryID int64) error

RedeliverEvent redelivers a failed event which will be picked up by the webhook service.

Jump to

Keyboard shortcuts

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