modulepackage
0.0.0-20220427172834-fd09a51f57da
Repository: https://github.com/rubiojr/rindex.git
Documentation: pkg.go.dev
# README
RIndex
A small Go module to index Restic repositories.
⚠️ Alpha Quality Software ⚠️
Not ready for public consumption.
# Functions
New creates a new Indexer.
No description provided by the author
No description provided by the author
# Variables
DefaultIndexOptions will: * Index all the files found * With batching disabled * Adding basic file metadata to every file being indexed * Using the default document builder.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
IndexOptions to be passed to Index.
IndexStats is returned every time an new document is indexed or when the indexing process finishes.
MatchAllFilter will index all files found.
# Interfaces
DocumentBuilder is the interface custom indexers should implement.
Filter determines if a file should be indexed or not.
# Type aliases
No description provided by the author
No description provided by the author