mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-03 12:36:54 +00:00
del brefore plugin
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user