mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint error in proxy (#10863)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/10865/head
parent
5320698e29
commit
aad9a431e7
|
@ -37,7 +37,10 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/util/typeutil"
|
||||
)
|
||||
|
||||
// UniqueID is alias of typeutil.UniqueID
|
||||
type UniqueID = typeutil.UniqueID
|
||||
|
||||
// Timestamp is alias of typeutil.Timestamp
|
||||
type Timestamp = typeutil.Timestamp
|
||||
|
||||
const sendTimeTickMsgInterval = 200 * time.Millisecond
|
||||
|
|
Loading…
Reference in New Issue