From be98e95a6a629d718a8a966244dfde744ac261ed Mon Sep 17 00:00:00 2001 From: xige-16 Date: Mon, 4 Oct 2021 17:14:07 +0800 Subject: [PATCH] [skip ci] Add comment for TimeStamp (#9207) Signed-off-by: xige-16 --- internal/querycoord/query_coord.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querycoord/query_coord.go b/internal/querycoord/query_coord.go index 1b1c3d8bcb..1f6a4a8dd0 100644 --- a/internal/querycoord/query_coord.go +++ b/internal/querycoord/query_coord.go @@ -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 {