Sha256: 0cbc783803a6ba18c811559c8a63d20f873f38cd4b48d2b484eeff318e70cdc6
Contents?: true
Size: 871 Bytes
Versions: 24
Compression:
Stored size: 871 Bytes
Contents
## # This file is auto-generated. DO NOT EDIT! # require 'protobuf/message' module Protobuf module Rpc module DynamicDiscovery ## # Enum Classes # class BeaconType < ::Protobuf::Enum define :HEARTBEAT, 0 define :FLATLINE, 1 end ## # Message Classes # class Server < ::Protobuf::Message; end class Beacon < ::Protobuf::Message; end ## # Message Fields # class Server optional :string, :uuid, 1 optional :string, :address, 2 optional :string, :port, 3 optional :int32, :ttl, 4 repeated :string, :services, 5 end class Beacon optional ::Protobuf::Rpc::DynamicDiscovery::BeaconType, :beacon_type, 1 optional ::Protobuf::Rpc::DynamicDiscovery::Server, :server, 2 end end end end
Version data entries
24 entries across 24 versions & 2 rubygems