Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateNewArgoCDInstance ¶
func CreateWebHook ¶
func CreateWebHook(personalAccessToken string, authorUsername string, authorName string, repoName string, hookURL string) error
Parameters:
personalAccessToken : This points to the personal access token (PAT) assigned from the GitHub with the repo access atleast authorUsername : The author git username (a/c to the PAT) authorName : The author full name registered (a/c to the PAT) repoName : The repository name on which the hook will be defined hookURL : This points to the payloadURL on which github will POST request
func WaitForServerUp ¶
Types ¶
type TokenSource ¶
type TokenSource struct {
AccessToken string
}
Click to show internal directories.
Click to hide internal directories.