Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LastOperation ¶
type LastOperation struct {
State string `json:"state"`
}
type Service ¶
type Service struct {
Name string `json:"name"`
LastOperation LastOperation `json:"last_operation"`
}
Click to show internal directories.
Click to hide internal directories.