Initial commit (code only without large binaries)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message ClientBrowser {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user