mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint error in type_def.go (#9161)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/9163/head
parent
033829dbbd
commit
83b19a559f
|
@ -27,7 +27,8 @@ type (
|
|||
UniqueID = typeutil.UniqueID
|
||||
// Timestamp is timestamp
|
||||
Timestamp = typeutil.Timestamp
|
||||
FieldID = int64
|
||||
// FieldID is to uniquely identify the field
|
||||
FieldID = int64
|
||||
// IntPrimaryKey is the primary key of int type
|
||||
IntPrimaryKey = typeutil.IntPrimaryKey
|
||||
// DSL is the Domain Specific Language
|
||||
|
|
Loading…
Reference in New Issue