Versions in this module Expand all Collapse all v1 v1.0.1 Sep 11, 2023 v1.0.0 Aug 17, 2023 Changes in this version + type Crawler struct + func NewCrawler(opt Option) Crawler + func (c *Crawler) Crawl(ctx context.Context) error + func (c *Crawler) Visit(url string) error + type Index struct + ArchiveType types.ArchiveType + ArtifactID string + GroupID string + Versions []Version + type Metadata struct + ArtifactID string + GroupID string + Versioning Versioning + type Option struct + CacheDir string + Limit int64 + RootUrl string + type Version struct + SHA1 []byte + Version string + type Versioning struct + LastUpdated string + Versions []string