mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint for init in QueryCoord (#10746)
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>pull/10769/head
parent
48457ddbfd
commit
5974a8e78c
|
@ -94,6 +94,7 @@ func (s *Server) Run() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// init initializes QueryCoord's grpc service.
|
||||||
func (s *Server) init() error {
|
func (s *Server) init() error {
|
||||||
Params.Init()
|
Params.Init()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue