Versions in this module Expand all Collapse all v0 v0.3.0 Jun 24, 2026 v0.2.0 Jun 23, 2026 Changes in this version type Source + func Slice(urls []string) Source v0.1.0 Jun 23, 2026 Changes in this version + type JSONL struct + Path string + func (j JSONL) Iterate(ctx context.Context, yield func(Seed) error) error + func (j JSONL) Name() string + type Lines struct + Path string + func (l Lines) Iterate(ctx context.Context, yield func(Seed) error) error + func (l Lines) Name() string + type Parquet struct + Path string + func (p Parquet) Iterate(ctx context.Context, yield func(Seed) error) error + func (p Parquet) Name() string + type Seed struct + Digest string + ETag string + Meta map[string]string + ModTime string + URL string + type Sitemap struct + Client *http.Client + URL string + func (s Sitemap) Iterate(ctx context.Context, yield func(Seed) error) error + func (s Sitemap) Name() string + type Source interface + Iterate func(ctx context.Context, yield func(Seed) error) error + Name func() string + func Open(format, ref string) (Source, error)