mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Fix grammar mistake in unmarshal (#14018)
Signed-off-by: yun.zhang <yun.zhang@zilliz.com> Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
parent
9e9475b4fe
commit
5a29db6db4
@ -52,7 +52,7 @@ func (p *ProtoUnmarshalDispatcher) Unmarshal(input interface{}, msgType commonpb
|
||||
// ProtoUDFactory is a factory to generate ProtoUnmarshalDispatcher object
|
||||
type ProtoUDFactory struct{}
|
||||
|
||||
// NewUnmarshalDispatcher returns an new UnmarshalDispatcher
|
||||
// NewUnmarshalDispatcher returns a new UnmarshalDispatcher
|
||||
func (pudf *ProtoUDFactory) NewUnmarshalDispatcher() *ProtoUnmarshalDispatcher {
|
||||
insertMsg := InsertMsg{}
|
||||
deleteMsg := DeleteMsg{}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user