未验证 提交 b22e9455 编写于 作者: C congqixia 提交者: GitHub

[skip e2e] Add comment for NewInsertCodec (#14907)

Signed-off-by: NCongqi Xia <congqi.xia@zilliz.com>
上级 aeae62a1
......@@ -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}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册