From bca2e1604db5e1096ac7126f8aaad88a84b0d4c1 Mon Sep 17 00:00:00 2001 From: Jiquan Long Date: Thu, 23 Dec 2021 15:06:48 +0800 Subject: [PATCH] [skip e2e] Add comment for timestampAllocator (#14009) Signed-off-by: dragondriver --- internal/proxy/timestamp.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/proxy/timestamp.go b/internal/proxy/timestamp.go index 6848dba06d..33a45a3fc0 100644 --- a/internal/proxy/timestamp.go +++ b/internal/proxy/timestamp.go @@ -25,6 +25,7 @@ import ( "github.com/milvus-io/milvus/internal/proto/rootcoordpb" ) +// timestampAllocator implements tsoAllocator. type timestampAllocator struct { ctx context.Context tso timestampAllocatorInterface