mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
14 lines
145 B
Protocol Buffer
14 lines
145 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package proto;
|
|
|
|
service NezhaService {
|
|
rpc ReportState(State)returns(Receipt){}
|
|
}
|
|
|
|
message State {
|
|
}
|
|
|
|
message Receipt{
|
|
}
|