mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci]Fix golint for NewServer in rootcoord (#11726)
Signed-off-by: Cai.Zhang <cai.zhang@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user