Example #1
0
File: delayed.go Project: rht/ipget
func (dds *delayed) Batch() (ds.Batch, error) {
	return ds.NewBasicBatch(dds), nil
}
Example #2
0
File: fs.go Project: rht/ipget
func (d *Datastore) Batch() (ds.Batch, error) {
	return ds.NewBasicBatch(d), nil
}