mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for index codec (#13464)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/13110/head
parent
0d88568957
commit
0e24520192
|
@ -1248,9 +1248,11 @@ func (codec *IndexFileBinlogCodec) Deserialize(blobs []*Blob) (
|
|||
return datas, indexParams, indexName, indexID, err
|
||||
}
|
||||
|
||||
// IndexCodec can serialize and deserialize index
|
||||
type IndexCodec struct {
|
||||
}
|
||||
|
||||
// NewIndexCodec creates IndexCodec
|
||||
func NewIndexCodec() *IndexCodec {
|
||||
return &IndexCodec{}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue