Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexStream ¶
func IndexStream(waitGroup *sync.WaitGroup, stream *mongo.ChangeStream, collectionName string)
Types ¶
type Indexer ¶
type Indexer interface { Collection() string Insert(collection typesense.CollectionInterface) error Update(collection typesense.CollectionInterface, documentKey primitive.M, updatedFields primitive.M, removedFields primitive.A) error Delete(collection typesense.CollectionInterface, documentKey primitive.M) error }
Click to show internal directories.
Click to hide internal directories.