[skip ci]Format message_stream docs (#8248)

Signed-off-by: fishpenguin <kun.yu@zilliz.com>
pull/8255/head
yukun 2021-09-18 19:12:03 +08:00 committed by GitHub
parent 21f15d66bb
commit 158c64f01b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -357,11 +357,11 @@ type IDAllocator interface {
// Every collection has its RocksMQ
type RocksMQ struct {
store *gorocksdb.DB
kv kv.Base
store *gorocksdb.DB
kv kv.Base
idAllocator IDAllocator
produceMu sync.Mutex
consumeMu sync.Mutex
produceMu sync.Mutex
consumeMu sync.Mutex
}
func (rmq *RocksMQ) CreateChannel(channelName string) error