Versions in this module Expand all Collapse all v2 v2.0.2 Aug 27, 2025 Changes in this version type Options + Strict bool v2.0.1 Jul 22, 2025 Changes in this version + const WHOSONFIRST_DATA_READER_URI v2.0.0 Apr 14, 2025 Changes in this version + type Fetcher struct + func NewFetcher(ctx context.Context, rdr reader.Reader, wr writer.Writer, opts *Options) (*Fetcher, error) + func (f *Fetcher) FetchID(ctx context.Context, id int64, fetch_belongsto []string, done_ch chan bool, ...) + func (f *Fetcher) FetchIDs(ctx context.Context, ids []int64, belongs_to ...string) ([]int64, error) + type Options struct + MaxClients int + Retries int + Timings bool + func DefaultOptions() (*Options, error) Other modules containing this package github.com/whosonfirst/go-whosonfirst-fetch