Documentation
¶
Index ¶
- func CreateOrgClient(cfg types.GithubOrg) (*github.Client, error)
- func CreateRepoClient(cfg types.GithubRepo) (*github.Client, error)
- func ListOrgSecrets(client *github.Client, org types.GithubOrg) ([]string, error)
- func ListRepoSecrets(client *github.Client, repo types.GithubRepo) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrgClient ¶
CreateOrgClient creates a new Github org client
func CreateRepoClient ¶
func CreateRepoClient(cfg types.GithubRepo) (*github.Client, error)
CreateRepoClient creates a new Github repo client
func ListOrgSecrets ¶
ListOrgSecrets lists the Github organization secrets
func ListRepoSecrets ¶
ListRepoSecrets lists the Github repository secrets
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.