mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint warning of types (#10818)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/10852/head
parent
87a3af2c4b
commit
0c2364edbb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue