mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
gofmt
This commit is contained in:
committed by
Michael Schurter
parent
72f8851254
commit
fe2fa21a7d
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
|
||||
"github.com/hashicorp/nomad/plugins/base/proto"
|
||||
"github.com/hashicorp/nomad/pluginutils/grpcutils"
|
||||
"github.com/hashicorp/nomad/plugins/shared/hclspec"
|
||||
"github.com/hashicorp/nomad/pluginutils/grpcutils"
|
||||
)
|
||||
|
||||
// BasePluginClient implements the client side of a remote base plugin, using
|
||||
|
||||
@@ -13,10 +13,10 @@ import (
|
||||
"github.com/hashicorp/nomad/nomad/structs"
|
||||
"github.com/hashicorp/nomad/plugins/base"
|
||||
"github.com/hashicorp/nomad/plugins/drivers/proto"
|
||||
"github.com/hashicorp/nomad/pluginutils/grpcutils"
|
||||
"github.com/hashicorp/nomad/plugins/shared/hclspec"
|
||||
pstructs "github.com/hashicorp/nomad/plugins/shared/structs"
|
||||
sproto "github.com/hashicorp/nomad/plugins/shared/structs/proto"
|
||||
"github.com/hashicorp/nomad/pluginutils/grpcutils"
|
||||
"google.golang.org/grpc/status"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user