diff --git a/internal/proto/local/plugin/v1/host_plugin_service.proto b/internal/proto/local/plugin/v1/host_plugin_service.proto index 9e7ae8f1d8..b670e6794e 100644 --- a/internal/proto/local/plugin/v1/host_plugin_service.proto +++ b/internal/proto/local/plugin/v1/host_plugin_service.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package plugin.v1; -option go_package = "github.com/hashicorp/boundary/plugin/proto;proto"; +option go_package = "github.com/hashicorp/boundary/sdk/pbs/plugin;plugin"; import "google/protobuf/struct.proto"; diff --git a/plugin/proto/host_plugin_service.pb.go b/sdk/pbs/plugin/host_plugin_service.pb.go similarity index 99% rename from plugin/proto/host_plugin_service.pb.go rename to sdk/pbs/plugin/host_plugin_service.pb.go index f8f1700184..3a5e7cbc8d 100644 --- a/plugin/proto/host_plugin_service.pb.go +++ b/sdk/pbs/plugin/host_plugin_service.pb.go @@ -4,7 +4,7 @@ // protoc v3.15.8 // source: plugin/v1/host_plugin_service.proto -package proto +package plugin import ( hostcatalogs "github.com/hashicorp/boundary/sdk/pbs/controller/api/resources/hostcatalogs" @@ -1093,11 +1093,11 @@ var file_plugin_v1_host_plugin_service_proto_rawDesc = []byte{ 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1c, 0x2e, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x48, 0x6f, 0x73, 0x74, 0x73, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x32, 0x5a, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x35, 0x5a, 0x33, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x68, 0x61, 0x73, 0x68, 0x69, 0x63, 0x6f, 0x72, 0x70, 0x2f, 0x62, - 0x6f, 0x75, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x2f, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x2f, 0x70, - 0x72, 0x6f, 0x74, 0x6f, 0x3b, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x6f, 0x75, 0x6e, 0x64, 0x61, 0x72, 0x79, 0x2f, 0x73, 0x64, 0x6b, 0x2f, 0x70, 0x62, 0x73, 0x2f, + 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x3b, 0x70, 0x6c, 0x75, 0x67, 0x69, 0x6e, 0x62, 0x06, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/plugin/proto/host_plugin_service_grpc.pb.go b/sdk/pbs/plugin/host_plugin_service_grpc.pb.go similarity index 99% rename from plugin/proto/host_plugin_service_grpc.pb.go rename to sdk/pbs/plugin/host_plugin_service_grpc.pb.go index bbfe8dfe34..0819b6df49 100644 --- a/plugin/proto/host_plugin_service_grpc.pb.go +++ b/sdk/pbs/plugin/host_plugin_service_grpc.pb.go @@ -1,6 +1,6 @@ // Code generated by protoc-gen-go-grpc. DO NOT EDIT. -package proto +package plugin import ( context "context"