Skip to content

Commit

Permalink
Fix protos
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Aug 9, 2018
1 parent 0677e6b commit 827dbab
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 156 deletions.
89 changes: 46 additions & 43 deletions plugins/base/base.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion plugins/base/base.proto
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
syntax = "proto3";
package hashicorp.nomad.plugins.base;
option go_package = "base";

import "hashicorp/nomad/plugins/shared/hclspec/hcl_spec.proto";
import "github.com/hashicorp/nomad/plugins/shared/hclspec/hcl_spec.proto";

// BasePlugin is the methods that all Nomad plugins must support.
service BasePlugin {
Expand Down
Loading

0 comments on commit 827dbab

Please sign in to comment.