Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteResponse ¶
type DeleteResponse struct {
models.ResponseBase
}
type GetAllResponse ¶
type GetAllResponse struct { models.ResponseBase Zos []Zo `json:"zos"` }
type GetResponse ¶
type GetResponse struct { models.ResponseBase Zo *Zo `json:"zo"` }
type PostResponse ¶
type PostResponse struct { models.ResponseBase Zo *Zo `json:"zo"` }
type PutResponse ¶
type PutResponse struct { models.ResponseBase Zo *Zo `json:"zo"` }
Click to show internal directories.
Click to hide internal directories.