Documentation
¶
Index ¶
- Constants
- func AddOrgVariable(org, name, value, visibility, token string, hostname ...string) error
- func AddRepoVariable(org, repo, name, value, visibility, token string, hostname ...string) error
- func FetchAllRepositories(org, token string, hostname ...string) ([]string, error)
- func FetchOrgVariables(org, token string, hostname ...string) ([]map[string]string, error)
- func FetchRepoVariables(org, repo, token string, hostname ...string) ([]map[string]string, error)
- type GitHubClientConfig
- type ProxyConfig
Constants ¶
View Source
const ( EntityTypeOrg = "organization" EntityTypeRepository = "repository" )
Variables ¶
This section is empty.
Functions ¶
func AddOrgVariable ¶
Creates an organization-level variable in GitHub
func AddRepoVariable ¶
Creates a repository-level variable in GitHub
func FetchAllRepositories ¶
Retrieves a list of repositories for a given organization
func FetchOrgVariables ¶
Retrieves organization-level variables from GitHub
Types ¶
type GitHubClientConfig ¶
type ProxyConfig ¶
Click to show internal directories.
Click to hide internal directories.