Skip to content

Instantly share code, notes, and snippets.

@ganmacs
Created August 8, 2018 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganmacs/e2821b81fa2c29d1b4b52ad07d8bd33a to your computer and use it in GitHub Desktop.
Save ganmacs/e2821b81fa2c29d1b4b52ad07d8bd33a to your computer and use it in GitHub Desktop.
require 'partiarelic/grpc/partiarelic_services_pb.rb'
stub = Partiarelic::V1::App::Stub.new('127.0.0.1:3000', :this_channel_is_insecure)
p stub.manual_start(Partiarelic::V1::ManualStartRequest.new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment