Documentation
¶
Index ¶
Constants ¶
View Source
const ( Always = ChangeFreqStr("always") Hourly = ChangeFreqStr("hourly") Daily = ChangeFreqStr("daily") Weekly = ChangeFreqStr("weekly") Monthly = ChangeFreqStr("monthly") Yearly = ChangeFreqStr("yearly") Never = ChangeFreqStr("never") )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChangeFreqStr ¶
type ChangeFreqStr string
type Url ¶
type Url struct {
Loc string `xml:"loc"`
LastMod TimeStr `xml:"lastmod"`
ChangeFreq ChangeFreqStr `xml:"changefreq"`
Priority PriorityStr `xml:"priority"`
}
Click to show internal directories.
Click to hide internal directories.