mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
protobuf 代码生成
This commit is contained in:
13
proto/nezha.proto
Normal file
13
proto/nezha.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package proto;
|
||||
|
||||
service NezhaService {
|
||||
rpc ReportState(State)returns(Receipt){}
|
||||
}
|
||||
|
||||
message State {
|
||||
}
|
||||
|
||||
message Receipt{
|
||||
}
|
||||
Reference in New Issue
Block a user