mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine connection manager comment (#12486)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12488/head
parent
566de56131
commit
bd6b4807cc
|
@ -70,6 +70,7 @@ type ConnectionManager struct {
|
|||
closeCh chan struct{}
|
||||
}
|
||||
|
||||
// NewConnectionManager creates a new connection manager.
|
||||
func NewConnectionManager(session *sessionutil.Session) *ConnectionManager {
|
||||
return &ConnectionManager{
|
||||
session: session,
|
||||
|
|
Loading…
Reference in New Issue