[skip ci] Add comment for TimeStamp (#9207)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/9214/head
xige-16 2021-10-04 17:14:07 +08:00 committed by GitHub
parent 87de5aa6cf
commit be98e95a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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