Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "DEV" BuildTime = "unknown" BuildType = "" )
Functions ¶
Types ¶
type CreateTunnelError ¶
type CreateTunnelResponse ¶
type CreateTunnelResponse struct {
Success bool `json:"success"`
Result TunnelCredentials `json:"result"`
Errors []CreateTunnelError `json:"errors"`
}
Click to show internal directories.
Click to hide internal directories.