[skip ci] Refine connection manager comment (#12486)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-11-30 19:47:35 +08:00 committed by GitHub
parent 566de56131
commit bd6b4807cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,