Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OPML ¶
type OPML struct {
XMLName xml.Name `xml:"opml"`
Version string `xml:"version,attr"`
Head struct {
Title string `xml:"title"`
DateCreated time.Time `xml:"dateCreated,omitempty"`
OwnerEmail string `xml:"ownerEmail,omitempty"`
} `xml:"head"`
Body struct {
Outlines []*Outline `xml:"outline"`
} `xml:"body"`
}
Click to show internal directories.
Click to hide internal directories.