go-ethereum/command/server/proto/server.proto
Ferran Borreguero 7282cf9c25 Resolve merge
2021-10-25 14:05:03 +02:00

13 lines
171 B
Protocol Buffer

syntax = "proto3";
package proto;
option go_package = "/command/server/proto";
service Bor {
rpc Debug(DebugInput) returns (DebugInput);
}
message DebugInput {
}