Exemplo n.º 1
0
Arquivo: tx.go Projeto: eswdd/bosun
func (t *Tx) NewWriteBatch() driver.IWriteBatch {
	return driver.NewWriteBatch(t)
}
Exemplo n.º 2
0
Arquivo: db.go Projeto: eswdd/bosun
func (db *DB) NewWriteBatch() driver.IWriteBatch {
	return driver.NewWriteBatch(db)
}