mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e] Refine rootcoord comment (#14447)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
parent
33b68a11fd
commit
2faf35707e
@ -166,7 +166,7 @@ type Core struct {
|
|||||||
|
|
||||||
// --------------------- function --------------------------
|
// --------------------- function --------------------------
|
||||||
|
|
||||||
// NewCore create rootcoord core
|
// NewCore creates a new rootcoord core
|
||||||
func NewCore(c context.Context, factory ms.Factory) (*Core, error) {
|
func NewCore(c context.Context, factory ms.Factory) (*Core, error) {
|
||||||
ctx, cancel := context.WithCancel(c)
|
ctx, cancel := context.WithCancel(c)
|
||||||
rand.Seed(time.Now().UnixNano())
|
rand.Seed(time.Now().UnixNano())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user