From 8893772b03f7dc60159422f126ccb50bcc0b4fc0 Mon Sep 17 00:00:00 2001 From: shaoyue Date: Mon, 10 Jan 2022 18:29:40 +0800 Subject: [PATCH] [skip e2e] Fix comment lint for datacoord handler (#15087) Signed-off-by: shaoyue.chen --- internal/datacoord/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datacoord/handler.go b/internal/datacoord/handler.go index 07463f423e..ee196db153 100644 --- a/internal/datacoord/handler.go +++ b/internal/datacoord/handler.go @@ -35,7 +35,7 @@ type Handler interface { FinishDropChannel(channel string) } -// Handler is a helper of Server +// ServerHandler is a helper of Server type ServerHandler struct { s *Server }