浏览代码

del brefore plugin

刘河 5 年之前
父节点
当前提交
98ab48aaca
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/struct.go

+ 0 - 1
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