mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
clientv3/txn.go : removed the TODO: add a Do for shortcut the txn without any condition
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user