Versions in this module Expand all Collapse all v3 v3.0.0 May 5, 2022 Changes in this version + type SQLiteIndexer struct + Logger *log.Logger + Timings bool + func NewSQLiteIndexer(opts *SQLiteIndexerOptions) (*SQLiteIndexer, error) + func (idx *SQLiteIndexer) IndexPaths(ctx context.Context, iterator_uri string, uris []string) error + func (idx *SQLiteIndexer) IndexURIs(ctx context.Context, iterator_uri string, uris ...string) error + type SQLiteIndexerLoadRecordFunc func(context.Context, string, io.ReadSeeker, ...interface{}) (interface{}, error) + type SQLiteIndexerOptions struct + DB sqlite.Database + LoadRecordFunc SQLiteIndexerLoadRecordFunc + PostIndexFunc SQLiteIndexerPostIndexFunc + Tables []sqlite.Table + type SQLiteIndexerPostIndexFunc func(context.Context, sqlite.Database, []sqlite.Table, interface{}) error Other modules containing this package github.com/whosonfirst/go-whosonfirst-sqlite-index github.com/whosonfirst/go-whosonfirst-sqlite-index/v2 github.com/whosonfirst/go-whosonfirst-sqlite-index/v4