Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Articles ¶
type Articles struct { // XMLName xml.Name `xml:"Articles"` Articles []Article `xml:"item"` }
type ImageResponseBody ¶
type ImageResponseBody struct { ResponseBody `yaml:",inline"` XMLName xml.Name `xml:"xml"` Image Image }
type NewsResponseBody ¶
type NewsResponseBody struct { ResponseBody `yaml:",inline"` XMLName xml.Name `xml:"xml"` ArticleCount int `json:"articleCount" yaml:"articleCount" xml:"ArticleCount"` Articles Articles `yaml:",inline"` }
type RandomResponseBody ¶
type RandomResponseBody struct { ResponseBody `yaml:",inline"` XMLName xml.Name `xml:"xml"` Items []string Content string }
RandomResponseBody is not a regular type from wechat system
type ResponseBody ¶
type TextRequestBody ¶
type TextResponseBody ¶
type TextResponseBody struct { ResponseBody `yaml:",inline"` XMLName xml.Name `xml:"xml"` Content string }
Click to show internal directories.
Click to hide internal directories.