mirror of
https://github.com/bumi/lnrpc
synced 2025-06-22 07:04:34 +00:00
This also refactors the client GRPC wrapper to dynamically load the request objects. All GRPC generated client files now live under lib/grpc_services
22 lines
747 B
Ruby
22 lines
747 B
Ruby
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: watchtowerrpc/watchtower.proto
|
|
|
|
require 'google/protobuf'
|
|
|
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
add_file("watchtowerrpc/watchtower.proto", :syntax => :proto3) do
|
|
add_message "watchtowerrpc.GetInfoRequest" do
|
|
end
|
|
add_message "watchtowerrpc.GetInfoResponse" do
|
|
optional :pubkey, :bytes, 1
|
|
repeated :listeners, :string, 2
|
|
repeated :uris, :string, 3
|
|
end
|
|
end
|
|
end
|
|
|
|
module Watchtowerrpc
|
|
GetInfoRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("watchtowerrpc.GetInfoRequest").msgclass
|
|
GetInfoResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("watchtowerrpc.GetInfoResponse").msgclass
|
|
end
|