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

Signed-off-by: dragondriver <jiquan.long@zilliz.com>
This commit is contained in:
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

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