Documentation
¶
Index ¶
Constants ¶
View Source
const DESCRIPTION_LEN = 200
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexerPool ¶
type IndexerPool struct {
// contains filtered or unexported fields
}
func NewIndexerPool ¶
func NewIndexerPool( discoverQueue queue.Queue[*url.URL], documentQueue queue.Queue[*model.Response], documentStore store.DocumentStore, indexStore store.IndexStore, workerCount int, ) *IndexerPool
func (*IndexerPool) Run ¶
func (p *IndexerPool) Run()
Click to show internal directories.
Click to hide internal directories.