drivers: Create drivers/shared/structs

This creates a drivers/shared/structs package and moves the buffer size
checks into it.
This commit is contained in:
Danielle Tomlinson
2018-11-28 17:29:57 +01:00
parent d2136e0aa7
commit 23197ec6b4
5 changed files with 19 additions and 19 deletions

View File

@@ -17,9 +17,9 @@ import (
"github.com/hashicorp/consul-template/signals"
hclog "github.com/hashicorp/go-hclog"
multierror "github.com/hashicorp/go-multierror"
dstructs "github.com/hashicorp/nomad/client/driver/structs"
"github.com/hashicorp/nomad/client/stats"
cstructs "github.com/hashicorp/nomad/client/structs"
dstructs "github.com/hashicorp/nomad/drivers/shared/structs"
"github.com/hashicorp/nomad/helper/discover"
shelpers "github.com/hashicorp/nomad/helper/stats"
"github.com/hashicorp/nomad/helper/uuid"