Documentation
¶
Index ¶
- func FetchAllRepos(ctx context.Context, client *github.Client, org string) ([]*github.Repository, error)
- func FetchAllTeams(ctx context.Context, client *github.Client, org string) ([]*github.Team, error)
- func FetchReposWithTeamInCodeowners(ctx context.Context, client *github.Client, org string, team string) ([]*github.Repository, error)
- func FetchReposWithoutCodeowners(ctx context.Context, client *github.Client, org string) ([]*github.Repository, error)
- func NewClient() (*github.Client, error)
- func PrintTeams(teams []*github.Team, org string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchAllRepos ¶
func FetchAllTeams ¶
func FetchReposWithoutCodeowners ¶
func FetchReposWithoutCodeowners(ctx context.Context, client *github.Client, org string) ([]*github.Repository, error)
FetchReposWithoutCodeowners returns all repos that don't have a CODEOWNERS file
func PrintTeams ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.