github

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client interface {
	GenerateRepoJITConfig(ctx context.Context, installationID int64, org, repo, runnerName, runnerLabel string) (*github.JITRunnerConfig, error)
	GenerateOrgJITConfig(ctx context.Context, installationID int64, org, runnerName, runnerLabel string) (*github.JITRunnerConfig, error)
}

Client is an interface for mocking the GitHub client.

func NewClient

func NewClient(appClient *githubauth.App, ghAPIBaseURL string, backoffInitialDelay time.Duration, maxRetryAttempts int) Client

NewClient creates a new GitHub client.

type MockClient

type MockClient struct {
	GenerateRepoJITConfigF     func(ctx context.Context, installationID int64, org, repo, runnerName, runnerLabel string) (*github.JITRunnerConfig, error)
	GenerateRepoJITConfigCalls int
	GenerateOrgJITConfigF      func(ctx context.Context, installationID int64, org, runnerName, runnerLabel string) (*github.JITRunnerConfig, error)
	GenerateOrgJITConfigCalls  int
}

MockClient is a mock of the GitHub client.

func (*MockClient) GenerateOrgJITConfig

func (m *MockClient) GenerateOrgJITConfig(ctx context.Context, installationID int64, org, runnerName, runnerLabel string) (*github.JITRunnerConfig, error)

GenerateOrgJITConfig is a mock of the GenerateOrgJITConfig method.

func (*MockClient) GenerateRepoJITConfig

func (m *MockClient) GenerateRepoJITConfig(ctx context.Context, installationID int64, org, repo, runnerName, runnerLabel string) (*github.JITRunnerConfig, error)

GenerateRepoJITConfig is a mock of the GenerateRepoJITConfig method.

Jump to

Keyboard shortcuts

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