MCPcopy
hub / github.com/etcd-io/etcd / Txn

Method Txn

tests/framework/interfaces/interface.go:79–79  ·  view source on GitHub ↗
(context context.Context, compares, ifSucess, ifFail []string, o config.TxnOptions)

Source from the content-addressed store, hash-verified

77 RoleDelete(context context.Context, role string) (*clientv3.AuthRoleDeleteResponse, error)
78
79 Txn(context context.Context, compares, ifSucess, ifFail []string, o config.TxnOptions) (*clientv3.TxnResponse, error)
80
81 MemberList(context context.Context, serializable bool) (*clientv3.MemberListResponse, error)
82 MemberAdd(context context.Context, name string, peerAddrs []string) (*clientv3.MemberAddResponse, error)

Callers 15

TestReadWithPrevKvInTXNFunction · 0.95
TestPutWithLeaseInTXNFunction · 0.95
mixedTxnFuncFunction · 0.65
txnPutFuncFunction · 0.65
TestSTMSerializeFunction · 0.65
TestV3StorageQuotaApplyFunction · 0.65
TestV3TxnTooManyOpsFunction · 0.65
TestV3TxnDuplicateKeysFunction · 0.65
TestV3TxnRevisionFunction · 0.65
TestV3TxnCmpHeaderRevFunction · 0.65
TestV3TxnRangeCompareFunction · 0.65

Calls

no outgoing calls

Tested by 15

TestReadWithPrevKvInTXNFunction · 0.76
TestPutWithLeaseInTXNFunction · 0.76
TestSTMSerializeFunction · 0.52
TestV3StorageQuotaApplyFunction · 0.52
TestV3TxnTooManyOpsFunction · 0.52
TestV3TxnDuplicateKeysFunction · 0.52
TestV3TxnRevisionFunction · 0.52
TestV3TxnCmpHeaderRevFunction · 0.52
TestV3TxnRangeCompareFunction · 0.52
TestV3TxnNestedPathFunction · 0.52
TestV3PutIgnoreValueFunction · 0.52