githubclient

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 22, 2025 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGitHubApp added in v0.1.0

func NewGitHubApp(ctx context.Context, enterpriseURL, appID, rsaPrivateKeyPEM string) (*githubauth.App, error)

func NewGitHubClient added in v0.1.0

func NewGitHubClient(ctx context.Context, ts oauth2.TokenSource, enterpriseURL string) (*github.Client, error)

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 NewGitHubEnterpriseClient added in v0.1.0

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

NewGitHubEnterpriseClient creates a new instance of a GitHub client (for enterprise if enterpriseURL is non-empty).

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