Documentation ¶ Index ¶ type Service func NewService(ctx context.Context, githubToken string) *Service func (s Service) GetCommitInfo(ctx context.Context, owner, repo, sha string) (string, string, string) func (s Service) WaitForChecksToSucceed(ctx context.Context, timeout time.Duration, owner string, repo string, ...) ([]string, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Service ¶ type Service struct { // contains filtered or unexported fields } func NewService ¶ func NewService(ctx context.Context, githubToken string) *Service func (Service) GetCommitInfo ¶ added in v1.1.0 func (s Service) GetCommitInfo(ctx context.Context, owner, repo, sha string) (string, string, string) func (Service) WaitForChecksToSucceed ¶ func (s Service) WaitForChecksToSucceed(ctx context.Context, timeout time.Duration, owner string, repo string, sha string, checkNames []string) ([]string, error) Source Files ¶ View all Source files service.go Click to show internal directories. Click to hide internal directories.