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

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/12488/head
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
1 changed files with 1 additions and 0 deletions

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,