Sha256: 378fb9be9f200c7ed0262b32f46cddd395aefe570ab076570f4b55c6a2c3e00e
Contents?: true
Size: 660 Bytes
Versions: 28
Compression:
Stored size: 660 Bytes
Contents
# frozen_string_literal: true # Generated by the protocol buffer compiler. DO NOT EDIT! # Source: rpc.proto for package 'anycable' require "grpc" module AnyCable module GRPC class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = "anycable.RPC" rpc :Connect, ::AnyCable::ConnectionRequest, ::AnyCable::ConnectionResponse rpc :Command, ::AnyCable::CommandMessage, ::AnyCable::CommandResponse rpc :Disconnect, ::AnyCable::DisconnectRequest, ::AnyCable::DisconnectResponse end Stub = Service.rpc_stub_class end end
Version data entries
28 entries across 28 versions & 1 rubygems