liwei / go-ovsdb

A golang package to manipulate OVSDB(implementation of RFC 7047)
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Improve procession of transact result #2

Closed liwei closed 6 years ago

liwei commented 6 years ago

We only check the error field of each result to notify error occurred during a transaction, should do a complete check here.