mirror of https://github.com/ehang-io/nps
del brefore plugin
parent
45d94b4406
commit
98ab48aaca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue