# Packages
No description provided by the author
# Functions
DeleteRepoFromIndexer delete all of a repo's files from indexer.
InitRepoIndexer initialize repo indexer.
RepoIndexerBatch batch to add updates to.
SearchRepoByKeyword searches for files in the specified repo.
# Constants
RepoIndexerOpDelete delete a file.
RepoIndexerOpUpdate add/update a file's contents.
# Structs
RepoIndexerData data stored in the repo indexer.
RepoIndexerUpdate an update to the repo indexer.
RepoSearchResult result of performing a search in a repo.
# Type aliases
RepoIndexerOp type of operation to perform on repo indexer.