[skip ci] Fix golint warning of types (#10818)

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
pull/10852/head
dragondriver 2021-10-28 20:19:20 +08:00 committed by GitHub
parent 87a3af2c4b
commit 0c2364edbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -569,6 +569,7 @@ type Proxy interface {
ReleaseDQLMessageStream(ctx context.Context, in *proxypb.ReleaseDQLMessageStreamRequest) (*commonpb.Status, error)
}
// ProxyComponent defines the interface of proxy component.
type ProxyComponent interface {
Proxy