vaguerent/lib/vagrant/protobufs/proto/plugin/grpc_broker_services_pb.rb
2022-04-25 12:24:27 -05:00

23 lines
518 B
Ruby

# Generated by the protocol buffer compiler. DO NOT EDIT!
# Source: plugin/grpc_broker.proto for package 'plugin'
require 'grpc'
require 'plugin/grpc_broker_pb'
module Plugin
module GRPCBroker
class Service
include GRPC::GenericService
self.marshal_class_method = :encode
self.unmarshal_class_method = :decode
self.service_name = 'plugin.GRPCBroker'
rpc :StartStream, stream(::Plugin::ConnInfo), stream(::Plugin::ConnInfo)
end
Stub = Service.rpc_stub_class
end
end