mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint for NewServer in rootcoord (#11726)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>pull/11749/head
parent
9e936ebac1
commit
3b3cd61be6
|
@ -83,6 +83,7 @@ func (s *Server) AlterAlias(ctx context.Context, request *milvuspb.AlterAliasReq
|
|||
return s.rootCoord.AlterAlias(ctx, request)
|
||||
}
|
||||
|
||||
// NewServer create a new RootCoord grpc server.
|
||||
func NewServer(ctx context.Context, factory msgstream.Factory) (*Server, error) {
|
||||
ctx1, cancel := context.WithCancel(ctx)
|
||||
s := &Server{
|
||||
|
|
Loading…
Reference in New Issue