# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: lib/makit/v1/makit.v1.proto for package 'makit.v1' require 'grpc' require_relative 'makit.v1_pb' module Makit module V1 module CommandService # Service to execute commands on devices. class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'makit.v1.CommandService' # Execute a command on a device. rpc :Execute, ::Makit::V1::CommandRequest, ::Makit::V1::Command end Stub = Service.rpc_stub_class end end end