lib/makit/v1/makit.v1_services_pb.rb in makit-0.0.48 vs lib/makit/v1/makit.v1_services_pb.rb in makit-0.0.49
- old
+ new
@@ -1,25 +1,25 @@
-# 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
+# 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