From 98ab48aaca70c85a6ad6702fdbf1f59ad2e7ad39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B2=B3?= Date: Mon, 14 Oct 2019 22:46:15 +0800 Subject: [PATCH] del brefore plugin --- core/struct.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/struct.go b/core/struct.go index f332d6f..f1a2a42 100644 --- a/core/struct.go +++ b/core/struct.go @@ -34,7 +34,6 @@ var ( // Plugin interface, all plugins must implement those functions. type Plugin interface { GetConfigName() *NpsConfigs - GetBeforePlugin() Plugin GetStage() Stage Start(ctx context.Context, config map[string]string) error Run(ctx context.Context, config map[string]string) error