Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListServiceRequest ¶
type ListServiceRequest struct { }
type ListServiceResponse ¶
type ListServiceResponse struct {
Services []Service `json:"services"`
}
type Service ¶
type Service struct { ID int `json:"id"` Binary string `json:"binary"` DisabledReason string `json:"disabled_reason"` Host string `json:"host"` State string `json:"state"` Status string `json:"status"` UpdatedAt string `json:"updated_at"` ForcedDown bool `json:"forced_down"` Zone string `json:"zone"` }
Click to show internal directories.
Click to hide internal directories.