Initial version
This commit is contained in:
17
Protobufs/webui/service_transportauth.proto
Normal file
17
Protobufs/webui/service_transportauth.proto
Normal file
@@ -0,0 +1,17 @@
|
||||
import "common_base.proto";
|
||||
|
||||
message CTransportAuth_Authenticate_Request {
|
||||
optional string auth_key = 1;
|
||||
}
|
||||
|
||||
message CTransportAuth_Authenticate_Response {
|
||||
}
|
||||
|
||||
message CTransportAuth_StartShutdown_Notification {
|
||||
}
|
||||
|
||||
service TransportAuth {
|
||||
rpc Authenticate (.CTransportAuth_Authenticate_Request) returns (.CTransportAuth_Authenticate_Response);
|
||||
rpc NotifyStartShutdown (.CTransportAuth_StartShutdown_Notification) returns (.NoResponse);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user