Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SiteMap ¶
type SiteMap struct {
// contains filtered or unexported fields
}
站点地图文件解析 站点地图 XML 格式 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <loc>http://blog.mjava.top/gof/gof-singleton/</loc> <lastmod>2021-06-15T07:14:24.487Z</lastmod> </url>
</urlset>
func NewSiteMap ¶ added in v1.1.0
func (SiteMap) ParseLocalFile ¶
type UrlsFile ¶
type UrlsFile struct { }
批量 URL 文件解析 文件格式:
http://example.com/index.html http://example.com/index.html http://example.com/index.html
每一行一个 URL 地址
func (UrlsFile) ParseLocalFile ¶
Click to show internal directories.
Click to hide internal directories.