mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-21 14:00:26 +08:00
阶段性提交
This commit is contained in:
18
internal/rpc/admin/service.proto
Normal file
18
internal/rpc/admin/service.proto
Normal file
@@ -0,0 +1,18 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package admin;
|
||||
|
||||
option go_package = "./admin";
|
||||
|
||||
service Service {
|
||||
rpc login (LoginRequest) returns (LoginResponse) {
|
||||
}
|
||||
}
|
||||
|
||||
message LoginRequest {
|
||||
|
||||
}
|
||||
|
||||
message LoginResponse {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user