vaguerent/lib/proto/gen/plugin/plugin_server_pb.rb
2022-04-25 12:23:51 -05:00

19 lines
487 B
Ruby

# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: plugin_server.proto
require 'google/protobuf'
Google::Protobuf::DescriptorPool.generated_pool.build do
add_file("plugin_server.proto", :syntax => :proto3) do
add_message "hashicorp.vagrant.UpResult" do
optional :success, :bool, 1
end
end
end
module Hashicorp
module Vagrant
UpResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("hashicorp.vagrant.UpResult").msgclass
end
end