github

package
v1.1.7 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2024 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 Agent added in v1.1.0

type Agent struct {
	// contains filtered or unexported fields
}

Agent holds a GitHub API client that has been given a user token.

func NewAgent

func NewAgent(token string) *Agent

NewAgent creates a new SSH agent like entity, providing access to the authenticated user's public keys and titles of them.

func (*Agent) GetKeys added in v1.1.0

func (gha *Agent) 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