Sha256: 641fc7571515a505da24b074e838b3e72f6cbc709c3f9e81b4667e824d0e682a

Contents?: true

Size: 797 Bytes

Versions: 2

Compression:

Stored size: 797 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: devcal.proto for package 'devcal'

require 'grpc'
require_relative 'devcal_pb'

module Devcal
  module EventsService
    class Service

      include ::GRPC::GenericService

      self.marshal_class_method = :encode
      self.unmarshal_class_method = :decode
      self.service_name = 'devcal.EventsService'

      rpc :InsertEvent, ::Devcal::InsertEventParams, ::Devcal::Event
      rpc :GetEvent, ::Devcal::GetEventParams, ::Devcal::Event
      rpc :ListEvents, ::Devcal::ListEventsParams, stream(::Devcal::Event)
      rpc :UpdateEvent, ::Devcal::UpdateEventParams, ::Google::Protobuf::Empty
      rpc :DeleteEvent, ::Devcal::DeleteEventParams, ::Google::Protobuf::Empty
    end

    Stub = Service.rpc_stub_class
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devcal-0.2.0 lib/devcal/devcal_services_pb.rb
devcal-0.1.0 lib/devcal/devcal_services_pb.rb