Documentation
¶
Index ¶
- type GitHubMock
- func (this *GitHubMock) ConcludeCheckRun(ctx context.Context, owner, repoName, checkName string, checkRunId int64, ...) error
- func (this *GitHubMock) CreateInstallationToken(ctx context.Context, installationId int64) (*github.InstallationToken, *github.Response, error)
- func (this *GitHubMock) GetUser(ctx context.Context, username string) (*github.User, error)
- func (this *GitHubMock) StartCheckRun(ctx context.Context, owner, repoName, checkName, sha string) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubMock ¶
type GitHubMock struct{}
func (*GitHubMock) ConcludeCheckRun ¶
func (this *GitHubMock) ConcludeCheckRun(ctx context.Context, owner, repoName, checkName string, checkRunId int64, conclusion repository.CheckRunConclusion, details github.CheckRunOutput, actions ...*github.CheckRunAction) error
func (*GitHubMock) CreateInstallationToken ¶
func (this *GitHubMock) CreateInstallationToken(ctx context.Context, installationId int64) (*github.InstallationToken, *github.Response, error)
func (*GitHubMock) StartCheckRun ¶
Click to show internal directories.
Click to hide internal directories.