Exemplo n.º 1
0
func (is *kvis) BeginBatch() index.BatchMutation {
	return index.NewBatchMutation()
}
Exemplo n.º 2
0
func (mk *mongoKeys) BeginBatch() index.BatchMutation {
	return index.NewBatchMutation()
}
Exemplo n.º 3
0
func (is *indexStorage) BeginBatch() index.BatchMutation {
	return index.NewBatchMutation()
}