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