[skip ci]Fix golint error for Server in QueryCoord (#10677)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
This commit is contained in:
cai.zhang 2021-10-26 19:42:32 +08:00 committed by GitHub
parent 2de3131bb3
commit 4ffa8458ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,7 @@ import (
"github.com/milvus-io/milvus/internal/proto/querypb"
)
// Server is the grpc server of QueryCoord.
type Server struct {
wg sync.WaitGroup
loopCtx context.Context