19 lines
487 B
Ruby
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
|