mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
[skip ci]Format RmqTtMsgStream docs (#9084)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
f06bbed67e
commit
cd67641bfe
@ -324,12 +324,12 @@ func (ms *RmqMsgStream) SetRepackFunc(repackFunc RepackFunc)
|
||||
func NewRmqMsgStream(ctx context.Context) *RmqMsgStream
|
||||
|
||||
type RmqTtMsgStream struct {
|
||||
client *rockermq.RocksMQ
|
||||
client *rockermq.RocksMQ
|
||||
repackFunc RepackFunc
|
||||
producers []string
|
||||
consumers []string
|
||||
subName string
|
||||
unmarshal *UnmarshalDispatcher
|
||||
producers []string
|
||||
consumers []string
|
||||
subName string
|
||||
unmarshal *UnmarshalDispatcher
|
||||
}
|
||||
|
||||
func (ms *RmqTtMsgStream) Start() error
|
||||
|
Loading…
Reference in New Issue
Block a user