Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubProvider ¶
type GitHubProvider struct {
GithubWebhookSecret string
AppID int
InstallationID int64
// contains filtered or unexported fields
}
GitHubProvider - Contains the components necessary for GitHub
func NewGitHubProvider ¶
func NewGitHubProvider() (*GitHubProvider, error)
NewGitHubProvider - Starts a new GitHub Provider
func (*GitHubProvider) GitHubAuthenticator ¶
func (githubProvider *GitHubProvider) GitHubAuthenticator(rootPath string) (*github.Client, error)
GitHubAuthenticator - Authenticates Personal Access Token
Click to show internal directories.
Click to hide internal directories.