Documentation ¶ Index ¶ type Indexer func New(ctx context.Context, ipfsAddr string, watchDir string, db cdxjdb.CdxjRecords) (Indexer, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Indexer ¶ type Indexer interface { // Start starts the indexer's listener Start() error // SetEncryptionKey sets the encryption key and salt SetEncryptionKey(key, salt []byte) } Indexer represents an interface to an WARC indexer func New ¶ func New( ctx context.Context, ipfsAddr string, watchDir string, db cdxjdb.CdxjRecords, ) (Indexer, error) New returns a new WARC Indexer Source Files ¶ View all Source files indexer.go Directories ¶ Show internal Expand all Path Synopsis controller models Click to show internal directories. Click to hide internal directories.