mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Refine connection manager comment (#12486)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user