aboutsummaryrefslogtreecommitdiff
path: root/exec2/handle.go
diff options
context:
space:
mode:
Diffstat (limited to 'exec2/handle.go')
-rw-r--r--exec2/handle.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/exec2/handle.go b/exec2/handle.go
index 9cd1cc3..695f49d 100644
--- a/exec2/handle.go
+++ b/exec2/handle.go
@@ -6,15 +6,15 @@ import (
"sync"
"time"
- hclog "github.com/hashicorp/go-hclog"
"github.com/Alexis211/nomad-driver-exec2/executor"
+ hclog "github.com/hashicorp/go-hclog"
"github.com/hashicorp/nomad/plugins/drivers"
)
type taskHandle struct {
- exec executor.Executor
- pid int
- logger hclog.Logger
+ exec executor.Executor
+ pid int
+ logger hclog.Logger
// stateLock syncs access to all fields below
stateLock sync.RWMutex