From 7beae5e81fada763b34cc8562cdcfe7c0d97cf58 Mon Sep 17 00:00:00 2001 From: huanghao Date: Sun, 16 Jan 2022 23:49:01 +0800 Subject: [PATCH] Update trans_xa_base.go --- dtmcli/dtmimp/trans_xa_base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtmcli/dtmimp/trans_xa_base.go b/dtmcli/dtmimp/trans_xa_base.go index 737f2a4..bcdb960 100644 --- a/dtmcli/dtmimp/trans_xa_base.go +++ b/dtmcli/dtmimp/trans_xa_base.go @@ -18,7 +18,7 @@ type XaClientBase struct { NotifyURL string } -// HandleCallback 处理commit/rollback的回调 +// HandleCallback Handle the callback of commit/rollback func (xc *XaClientBase) HandleCallback(gid string, branchID string, action string) error { db, err := StandaloneDB(xc.Conf) if err != nil {