summaryrefslogtreecommitdiff
path: root/plugins.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins.go')
-rw-r--r--plugins.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins.go b/plugins.go
index 789fca96..89309c0e 100644
--- a/plugins.go
+++ b/plugins.go
@@ -36,10 +36,10 @@ func bindPlugins(ctx context.Context, cfg *config.Config, funcMap template.FuncM
// plugin represents a custom function that binds to an external process to be executed
type plugin struct {
- name, path string
- timeout time.Duration
ctx context.Context
stderr io.Writer
+ name, path string
+ timeout time.Duration
}
// builds a command that's appropriate for running scripts