mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix const golint in data_codec (#9793)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
2659807826
commit
75dccad4fa
@ -32,8 +32,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
Ts = "ts"
|
||||
DDL = "ddl"
|
||||
// Ts is blob key "ts"
|
||||
Ts = "ts"
|
||||
// DDL is blob key "ddl"
|
||||
DDL = "ddl"
|
||||
// IndexParamsKey is blob key "indexParams"
|
||||
IndexParamsKey = "indexParams"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user