This is an automated email from the ASF dual-hosted git repository.
dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new 8011561 [ISSUE #929] Correct struct comment (#930)
8011561 is described below
commit 8011561fc0018ee23dcd752814021df1bb2c7940
Author: Oliver <[email protected]>
AuthorDate: Thu Oct 13 10:45:22 2022 +0800
[ISSUE #929] Correct struct comment (#930)
---
primitive/result.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/primitive/result.go b/primitive/result.go
index 18c4352..a20a448 100644
--- a/primitive/result.go
+++ b/primitive/result.go
@@ -62,7 +62,7 @@ func (result *SendResult) String() string {
result.Status, result.MsgID, result.OffsetMsgID,
result.QueueOffset, result.MessageQueue.String())
}
-// SendResult RocketMQ send result
+// TransactionSendResult RocketMQ send result
type TransactionSendResult struct {
*SendResult
State LocalTransactionState