Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultPath ¶
func DefaultPath() string
Types ¶
type Config ¶
type Endpoint ¶
type Endpoint struct {
Name string `json:"name"`
URL string `json:"url"`
Token string `json:"token"`
SSH string `json:"ssh,omitempty"`
SSHRemote string `json:"sshRemote,omitempty"`
Type string `json:"type,omitempty"`
HostID string `json:"host_id,omitempty"`
RouteID string `json:"route_id,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.