mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for timestampAllocator (#14009)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/13624/head
parent
526f9901d2
commit
bca2e1604d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue