mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 13:10:42 +00:00
del brefore plugin
This commit is contained in:
parent
45d94b4406
commit
98ab48aaca
@ -34,7 +34,6 @@ var (
|
|||||||
// Plugin interface, all plugins must implement those functions.
|
// Plugin interface, all plugins must implement those functions.
|
||||||
type Plugin interface {
|
type Plugin interface {
|
||||||
GetConfigName() *NpsConfigs
|
GetConfigName() *NpsConfigs
|
||||||
GetBeforePlugin() Plugin
|
|
||||||
GetStage() Stage
|
GetStage() Stage
|
||||||
Start(ctx context.Context, config map[string]string) error
|
Start(ctx context.Context, config map[string]string) error
|
||||||
Run(ctx context.Context, config map[string]string) error
|
Run(ctx context.Context, config map[string]string) error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user