Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HtmlStr = `` /* 629-byte string literal not displayed */
)
View Source
var (
JsonStr = `` /* 368-byte string literal not displayed */
)
View Source
var (
TextStr = `` /* 479-byte string literal not displayed */
)
View Source
var (
XmlStr = `` /* 336-byte string literal not displayed */
)
Functions ¶
func GetHtmlData ¶
func GetHtmlData() (result string)
func GetTextData ¶
func GetTextData() (result string)
Types ¶
type Person ¶
type Person struct { Name string `json:"name"` Age int `json:"age"` Address struct { StreetAddress string `json:"streetAddress"` City string `json:"city"` PostalCode string `json:"postalCode"` } `json:"address"` PhoneNumbers []struct { Type string `json:"type"` Number string `json:"number"` } `json:"phoneNumbers"` }
func GetJsonData ¶
func GetJsonData() (person Person)
Click to show internal directories.
Click to hide internal directories.