remove unnecessary state (#32278)

This commit is contained in:
Will Browne
2021-03-29 14:22:56 +02:00
committed by GitHub
parent f37c8c10c5
commit 1d7f155c92
5 changed files with 3 additions and 18 deletions
-1
View File
@@ -35,7 +35,6 @@ type Plugin interface {
Stop(ctx context.Context) error
IsManaged() bool
Exited() bool
CanHandleDataQueries() bool
backend.CollectMetricsHandler
backend.CheckHealthHandler
backend.CallResourceHandler