summaryrefslogtreecommitdiff
path: root/plugins/factory/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/factory/app.go')
-rw-r--r--plugins/factory/app.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/factory/app.go b/plugins/factory/app.go
index 48f286e7..4106b96f 100644
--- a/plugins/factory/app.go
+++ b/plugins/factory/app.go
@@ -40,10 +40,6 @@ func (app *App) Init(provider config.Provider) error {
app.cfg = AppConfig{}
app.configProvider = provider
- return nil
-}
-
-func (app *App) Configure() error {
err := app.configProvider.UnmarshalKey("app", &app.cfg)
if err != nil {
return err
@@ -56,10 +52,6 @@ func (app *App) Configure() error {
return nil
}
-func (app *App) Close() error {
- return nil
-}
-
func (app *App) NewCmd(env Env) (func() *exec.Cmd, error) {
var cmdArgs []string
// create command according to the config