First draft of the remote API
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import "common.proto";
|
||||
|
||||
message AuthRequest
|
||||
{
|
||||
required string user_name = 1;
|
||||
required string user_password = 2;
|
||||
}
|
||||
|
||||
message AuthResponse
|
||||
{
|
||||
required Error error = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user