Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyRequest ¶
type ApplyRequest struct {
Resources []*Item `json:"resources"`
}
type ApplyResponse ¶
type ApplyResponse struct { Done bool `json:"done"` Items []ApplyResponseItem `json:"items"` }
type ApplyResponseItem ¶
type ApplyResponseItemValidationError ¶
type ApplyResponseItemValidationError struct {
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.