[skip e2e] Fix comment lint for datacoord handler (#15087)

Signed-off-by: shaoyue.chen <shaoyue.chen@zilliz.com>
This commit is contained in:
shaoyue 2022-01-10 18:29:40 +08:00 committed by GitHub
parent b6a48817b0
commit 8893772b03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}