package
Version:
v0.6.1
Opens a new window with list of versions in this module.
Published: Jul 6, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type URL struct {
XMLName xml.Name `xml:"url"`
Loc string `xml:"loc"`
ChangeFreq string `xml:"changefreq,omitempty"`
LastMod string `xml:"lastmod,omitempty"`
Priority string `xml:"priority,omitempty"`
}
type URLSet struct {
XMLName xml.Name `xml:"urlset"`
XMLNS string `xml:"xmlns,attr"`
URLs []URL `xml:"url"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.