Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdList ¶
Types ¶
type ListOptions ¶
type SSHKey ¶
type SSHKey struct {
UUID string `json:"uuid"`
Key string `json:"key"`
Label string `json:"label"`
Comment string `json:"comment"`
CreatedOn string `json:"created_on"`
Links struct {
Self struct {
Href string `json:"href"`
} `json:"self"`
} `json:"links"`
}
SSHKey represents an SSH key
Click to show internal directories.
Click to hide internal directories.