Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthService ¶
type GithubService ¶
type GithubService interface { Repositories(ctx context.Context) []string Branches(ctx context.Context, r github.Repository) ([]string, error) }
func NewGithubService ¶
func NewGithubService(ghs *github.Fetcher) GithubService
Click to show internal directories.
Click to hide internal directories.