mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Add comment for ConnectionManager (#14906)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/14946/head
parent
185f4b112a
commit
aeae62a1fb
|
@ -40,6 +40,7 @@ import (
|
|||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
// ConnectionManager handles connection to other components of the system
|
||||
type ConnectionManager struct {
|
||||
session *sessionutil.Session
|
||||
|
||||
|
|
Loading…
Reference in New Issue