Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitHubAgent ¶
type GitHubAgent struct {
// contains filtered or unexported fields
}
GitHubAgent holds a GitHub API client that has been given a user token.
func NewAgent ¶
func NewAgent(token string) *GitHubAgent
NewAgent creates a new SSH agent like entity, providing access to the authenticated user's public keys and titles of them.
func (*GitHubAgent) GetKeys ¶
func (gha *GitHubAgent) GetKeys() ([]*keys.Key, error)
GetKeys returns the SSH keys of the authenticated GitHub user as authorized_key style items. If this failed for any reason, such as not being able to contact GitHub or the token not being valid, an error is returned.
Click to show internal directories.
Click to hide internal directories.