Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BooleanInfo ¶
type BooleanInfo struct {
Result string // true or false
}
REST API Return struct for boolean type
type JSONResult ¶ added in v0.3.15
type JSONResult struct { }
JSONResult's data field will be overridden by the specific type
type SSHRUNReqInfo ¶
type SimpleMsg ¶ added in v0.3.15
type SimpleMsg struct {
Message string `json:"message" example:"Any message"`
}
JSON Simple message struct
type StatusInfo ¶
type StatusInfo struct {
Status string // PENDING | RUNNING | SUSPENDING | SUSPENDED | REBOOTING | TERMINATING | TERMINATED
}
Click to show internal directories.
Click to hide internal directories.