mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for internal/storage/data_codec.go (#14030)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>pull/14065/head
parent
2c0d9397fb
commit
d4f9365a3d
|
@ -1008,10 +1008,12 @@ func (dataDefinitionCodec *DataDefinitionCodec) Deserialize(blobs []*Blob) (ts [
|
|||
type IndexFileBinlogCodec struct {
|
||||
}
|
||||
|
||||
// NewIndexFileBinlogCodec is constructor for IndexFileBinlogCodec
|
||||
func NewIndexFileBinlogCodec() *IndexFileBinlogCodec {
|
||||
return &IndexFileBinlogCodec{}
|
||||
}
|
||||
|
||||
// Serialize serilizes data as blobs.
|
||||
func (codec *IndexFileBinlogCodec) Serialize(
|
||||
indexBuildID UniqueID,
|
||||
version int64,
|
||||
|
|
Loading…
Reference in New Issue