Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sitemap ¶
type Sitemap struct { sync.Mutex IgnoreQuery bool // Ignore query string in URLs (i.e. example.com/?foo=bar) ChangeFreq string // Add <changefreq> to URLs (not added if empty) LastMod time.Time // Add custom <lastmod> to URLs (default is time.Now()) Verbose bool // Verbose logging // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.