mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for NewServer (#11184)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/11194/head
parent
e581a6364c
commit
b3305da3fa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue