mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
[skip ci]Fix golint error for Run in QueryCoord (#10679)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
parent
3734ff49ac
commit
a36c35d40e
@ -77,6 +77,7 @@ func NewServer(ctx context.Context, factory msgstream.Factory) (*Server, error)
|
||||
}, nil
|
||||
}
|
||||
|
||||
// Run initializes and starts QueryCoord's grpc service.
|
||||
func (s *Server) Run() error {
|
||||
|
||||
if err := s.init(); err != nil {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user