コード例 #1
0
ファイル: kvfile.go プロジェクト: newobject/camlistore
func (is *kvis) BeginBatch() index.BatchMutation {
	return index.NewBatchMutation()
}
コード例 #2
0
ファイル: mongoindex.go プロジェクト: t3rm1n4l/camlistore
func (mk *mongoKeys) BeginBatch() index.BatchMutation {
	return index.NewBatchMutation()
}
コード例 #3
0
ファイル: aeindex.go プロジェクト: JayBlaze420/camlistore
func (is *indexStorage) BeginBatch() index.BatchMutation {
	return index.NewBatchMutation()
}