Documentation
¶
Index ¶
- type Impl
- func (r *Impl) ConcludeCheckRun(ctx context.Context, owner, repoName, checkName string, checkRunId int64, ...) error
- func (r *Impl) CreateInstallationToken(ctx context.Context, installationId int64) (*github.InstallationToken, *github.Response, error)
- func (r *Impl) GetUser(ctx context.Context, username string) (*github.User, error)
- func (r *Impl) 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 Impl ¶
func (*Impl) ConcludeCheckRun ¶
func (r *Impl) ConcludeCheckRun(ctx context.Context, owner, repoName, checkName string, checkRunId int64, conclusion repository.CheckRunConclusion, output github.CheckRunOutput, actions ...*github.CheckRunAction) error
func (*Impl) CreateInstallationToken ¶ added in v0.52.0
Click to show internal directories.
Click to hide internal directories.