mirror of https://github.com/milvus-io/milvus.git
[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>pull/13954/head
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…
Reference in New Issue