Documentation ¶
Overview ¶
Copyright (C) 2021-2023, Kubefirst
This program is licensed under MIT. See the LICENSE file for more details.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubService ¶
type GitHubService struct {
// contains filtered or unexported fields
}
func NewGitHubService ¶
func NewGitHubService(httpClient pkg.HTTPDoer) *GitHubService
NewGitHubService instantiate a new GitHub service
func (GitHubService) CheckUserCodeConfirmation ¶
func (service GitHubService) CheckUserCodeConfirmation(deviceCode string) (string, error)
CheckUserCodeConfirmation checks if the user gave permission to the device flow request
Click to show internal directories.
Click to hide internal directories.