Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseClient ¶
func NewBaseClient ¶
func NewBaseClient(ctx context.Context, token string) *BaseClient
func (*BaseClient) GetBranchProtection ¶
func (c *BaseClient) GetBranchProtection(ctx context.Context, repoName string) *github.Protection
func (*BaseClient) GetListTeamsByRepo ¶
type Client ¶
type UserClient ¶
type UserClient struct {
*BaseClient
}
func (*UserClient) GetAllReposoties ¶
func (c *UserClient) GetAllReposoties(ctx context.Context) ([]*github.Repository, error)
Click to show internal directories.
Click to hide internal directories.