示例#1
0
文件: delayed.go 项目: rht/ipget
func (dds *delayed) Batch() (ds.Batch, error) {
	return ds.NewBasicBatch(dds), nil
}
示例#2
0
文件: fs.go 项目: rht/ipget
func (d *Datastore) Batch() (ds.Batch, error) {
	return ds.NewBasicBatch(d), nil
}