add: signal server
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
package token;
|
||||
|
||||
message AuthToken {
|
||||
string uid = 1;
|
||||
string home = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user