Skip to content

Commit 9bd863d

Browse files
Refactor Txn API to use AgentService and add TaggedAddresses support (#22248)
* Add the missing Service TaggedAddresses and Check Type fields to Txn API * added changelog * Refactor Txn API to use AgentService and add TaggedAddresses support
1 parent 3bd8e97 commit 9bd863d

File tree

2 files changed

+448
-7
lines changed

2 files changed

+448
-7
lines changed

api/txn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ type TxnOps []*TxnOp
3636
type TxnResult struct {
3737
KV *KVPair
3838
Node *Node
39-
Service *CatalogService
39+
Service *AgentService
4040
Check *HealthCheck
4141
}
4242

0 commit comments

Comments
 (0)