Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookForm ¶
type BookForm struct { Author string `xml:"urn:books author"` Title string `xml:"urn:books title"` Genre string `xml:"urn:books genre"` Price float32 `xml:"urn:books price"` Pubdate time.Time `xml:"urn:books pub_date"` Review string `xml:"urn:books review"` Name string `xml:"urn:books name,attr,omitempty"` }
func (*BookForm) MarshalXML ¶
func (*BookForm) UnmarshalXML ¶
Click to show internal directories.
Click to hide internal directories.