github

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 22, 2022 License: MIT Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL