mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix golint error in proxy (#10863)
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user