mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for NewInsertCodec (#14907)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/14946/head
parent
aeae62a1fb
commit
b22e945513
|
@ -260,6 +260,7 @@ type InsertCodec struct {
|
|||
Schema *etcdpb.CollectionMeta
|
||||
}
|
||||
|
||||
// NewInsertCodec creates an InsertCodec with provided collection meta
|
||||
func NewInsertCodec(schema *etcdpb.CollectionMeta) *InsertCodec {
|
||||
return &InsertCodec{Schema: schema}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue