Explorar el Código

del brefore plugin

刘河 hace 5 años
padre
commit
98ab48aaca
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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