kubernetes/vendor/go.etcd.io/etcd/client/v3/txn.go

type Txn

type txn

func (txn *txn) If(cs ...Cmp) Txn {}

func (txn *txn) Then(ops ...Op) Txn {}

func (txn *txn) Else(ops ...Op) Txn {}

func (txn *txn) Commit() (*TxnResponse, error) {}