Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateResponse ¶
type Embed ¶
type Embed struct {
Key string `json:"key"`
ValueEmbed ValueEmbed `json:"value"`
Others []*string `json:"others"`
OtherEmbed OtherEmbed `json:"other_embed"`
}
type GetArrayReturnsResponse ¶
type GetArrayReturnsResponse = []Ret
type GetResponse ¶
type GetResponse struct {
Message string `json:"message" xml:"message"`
}
type OtherEmbed ¶
type OtherEmbed2 ¶
type PutResponse ¶ added in v0.0.9
type ValueEmbed ¶
type ValueEmbed = *string
Click to show internal directories.
Click to hide internal directories.