BewareMyPower commented on code in PR #984:
URL: https://github.com/apache/pulsar-client-go/pull/984#discussion_r1136896033


##########
pulsar/transaction.go:
##########
@@ -17,7 +17,32 @@
 
 package pulsar
 
+import (
+       "context"
+)
+
+const (
+       Open = iota //The init state is open

Review Comment:
   ```suggestion
        Open = iota
   ```
   
   Please add the API docs instead of just a simple comment.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to