clientv3/txn.go : removed the TODO: add a Do for shortcut the txn without any condition

This commit is contained in:
Vimal Kumar
2017-01-17 23:44:04 +05:30
parent 017ea3df50
commit fcaa509e4c

View File

@@ -49,8 +49,6 @@ type Txn interface {
// Commit tries to commit the transaction.
Commit() (*TxnResponse, error)
// TODO: add a Do for shortcut the txn without any condition?
}
type txn struct {