Ver Fonte

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

Vimal Kumar há 9 anos atrás
pai
commit
fcaa509e4c
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      clientv3/txn.go

+ 0 - 2
clientv3/txn.go

@@ -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 {