9 lines
151 B
Protocol Buffer
9 lines
151 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "cmvr/api/hlc_command.proto";
|
|
|
|
package cmvr.api;
|
|
|
|
service HlcService{
|
|
rpc touch(Touch.Request) returns (Touch.Response);
|
|
} |