diff --git a/internal/util/rocksmq/server/rocksmq/rocksmq.go b/internal/util/rocksmq/server/rocksmq/rocksmq.go index 69209f3fda..3219f21acb 100644 --- a/internal/util/rocksmq/server/rocksmq/rocksmq.go +++ b/internal/util/rocksmq/server/rocksmq/rocksmq.go @@ -13,7 +13,7 @@ package rocksmq import "context" -// ProducerMessage that will be write to rocksdb +// ProducerMessage that will be written to rocksdb type ProducerMessage struct { Payload []byte }