mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-01 03:18:29 +08:00
[skip e2e] Add comment for internal/storage/data_codec.go (#14030)
Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
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
Block a user