queueIndexData enqueues a task to index data in a specified collection. Parameters: - id string: The ID of the data to index. - collection string: The name of the collection to index the data in. - data interface{}: The data to be indexed. Returns: - error: An error if the task could not be enqueu
(id string, collection string, data interface{})
source not stored for this graph (policy: none)
no test coverage detected