[skip e2e] Add comment for timestampAllocator (#14009)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/13624/head
Jiquan Long 2021-12-23 15:06:48 +08:00 committed by GitHub
parent 526f9901d2
commit bca2e1604d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ import (
"github.com/milvus-io/milvus/internal/proto/rootcoordpb" "github.com/milvus-io/milvus/internal/proto/rootcoordpb"
) )
// timestampAllocator implements tsoAllocator.
type timestampAllocator struct { type timestampAllocator struct {
ctx context.Context ctx context.Context
tso timestampAllocatorInterface tso timestampAllocatorInterface