[skip ci] Add comments for NewServer (#11184)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/11194/head
dragondriver 2021-11-03 19:50:27 +08:00 committed by GitHub
parent e581a6364c
commit b3305da3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ type Server struct {
closer io.Closer
}
// NewServer create a Proxy server.
func NewServer(ctx context.Context, factory msgstream.Factory) (*Server, error) {
var err error