mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for TimeStamp (#9207)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/9214/head
parent
87de5aa6cf
commit
be98e95a6a
|
@ -37,6 +37,7 @@ import (
|
|||
"github.com/milvus-io/milvus/internal/util/typeutil"
|
||||
)
|
||||
|
||||
// Timestamp is an alias for the Int64 type
|
||||
type Timestamp = typeutil.Timestamp
|
||||
|
||||
type queryChannelInfo struct {
|
||||
|
|
Loading…
Reference in New Issue