del brefore plugin

module
刘河 2019-10-14 22:46:15 +08:00
parent 45d94b4406
commit 98ab48aaca
1 changed files with 0 additions and 1 deletions

View File

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