Versions in this module Expand all Collapse all v0 v0.2.0 Oct 9, 2022 Changes in this version + func GetAllRepository(config *types.GithubConfig) ([]*github.Repository, error) + func GetCollaboratorsForRepository(config *types.GithubConfig, RepositoryName string) ([]*github.User, error) + func GetTeamID(config *types.GithubConfig, TeamName string) (int64, error) + func GetTeamsForRepository(config *types.GithubConfig, repoName string) ([]*github.Team, error) + func Login(ctx context.Context, token string) *github.Client + func RemoveCollaboratorPermissionToRepository(config *types.GithubConfig, RepositoryName string, CollaborateurName string) error + func RemoveTeamPermissionToRepository(config *types.GithubConfig, RepositoryName string, TeamName string) error v0.1.0 Aug 4, 2022 Changes in this version + func AddTeamPermissionToRepository(config *types.Config, TeamName string, Permission string) error + func GetRepository(config *types.Config) ([]*github.Repository, error) + func GetTeamId(config *types.Config, TeamName string) (int64, error) + func GetTeams(config *types.Config) ([]*github.Team, error)