From 0c2364edbb9db442ce80d0ca9357af08f0fd2bb9 Mon Sep 17 00:00:00 2001 From: dragondriver Date: Thu, 28 Oct 2021 20:19:20 +0800 Subject: [PATCH] [skip ci] Fix golint warning of types (#10818) Signed-off-by: dragondriver --- internal/types/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/types/types.go b/internal/types/types.go index 41b538e61f..3ab8894c7c 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -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