Documentation ¶
Index ¶
- func GenerateRepositoryToken() string
- func GetOrGenerateRepoToken(ctx context.Context, s storage.GitHubRepositoryTokenStore, owner, repo string, ...) (string, error)
- func NewGitHubClient(ctx context.Context, opt *NewGitHubClientOption) (*github.Client, error)
- func RegenerateRepoToken(ctx context.Context, s storage.GitHubRepositoryTokenStore, owner, repo string, ...) (string, error)
- type Checker
- type NewGitHubClientOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRepositoryToken ¶
func GenerateRepositoryToken() string
func GetOrGenerateRepoToken ¶
func NewGitHubClient ¶
func RegenerateRepoToken ¶
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
func NewChecker ¶
func NewChecker(req *doghouse.CheckRequest, gh *github.Client) *Checker
Click to show internal directories.
Click to hide internal directories.