mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Refine rootcoord comment (#14447)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/14463/head
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…
Reference in New Issue