Versions in this module Expand all Collapse all v1 v1.0.0 Aug 21, 2024 Changes in this version + func AuthClient(token string) (client *github.Client) + type RepoBranchProtection struct + Branch string + IsProtected bool + Protection github.Protection + RepoName string + func GetBranchProtections(owner string, token string, repoName string) (rbp []*RepoBranchProtection, err error)