فهرست منبع

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

Vimal Kumar 9 سال پیش
والد
کامیت
fcaa509e4c
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  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 {