[skip ci] Fix golint error in type_def.go (#9161)

Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
pull/9163/head
zhenshan.cao 2021-10-03 21:09:56 +08:00 committed by GitHub
parent 033829dbbd
commit 83b19a559f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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