mirror of https://github.com/milvus-io/milvus.git
Update msgstream's interface in guide docs (#8295)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/8064/head
parent
dd963189ee
commit
138abfefab
|
@ -164,6 +164,7 @@ type TsMsg interface {
|
||||||
BeginTs() Timestamp
|
BeginTs() Timestamp
|
||||||
EndTs() Timestamp
|
EndTs() Timestamp
|
||||||
Type() MsgType
|
Type() MsgType
|
||||||
|
SourceID() int64
|
||||||
HashKeys() []uint32
|
HashKeys() []uint32
|
||||||
Marshal(TsMsg) (MarshalType, error)
|
Marshal(TsMsg) (MarshalType, error)
|
||||||
Unmarshal(MarshalType) (TsMsg, error)
|
Unmarshal(MarshalType) (TsMsg, error)
|
||||||
|
|
Loading…
Reference in New Issue