Documentation
¶
Index ¶
Constants ¶
View Source
const SshGw = "https://sshgw.actuated.dev"
Variables ¶
This section is empty.
Functions ¶
func MakeVersion ¶ added in v0.1.2
func PrintASCIIArt ¶ added in v0.1.2
func PrintASCIIArt()
Types ¶
type DeviceAuth ¶ added in v0.1.0
type DeviceAuth struct {
DeviceCode string `json:"device_code"`
UserCode string `json:"user_code"`
VerificationURI string `json:"verification_uri"`
ExpiresIn int `json:"expires_in"`
Interval int `json:"interval"`
}
DeviceAuth is the device auth response from GitHub and is used to exchange for a personal access token
Click to show internal directories.
Click to hide internal directories.