Initial commit.
This commit is contained in:
19
generic.proto
Normal file
19
generic.proto
Normal file
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option csharp_namespace = "ASS.API";
|
||||
|
||||
package Generic;
|
||||
|
||||
// The request message containing the user's name.
|
||||
message AuthData {
|
||||
string token = 1;
|
||||
}
|
||||
|
||||
message EmptyRequest {
|
||||
AuthData auth = 1;
|
||||
}
|
||||
|
||||
message EmptyReply {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user