beteran-protobuf/proto/models/core/network.proto
2022-07-27 06:45:53 +00:00

10 lines
166 B
Protocol Buffer

syntax = "proto3";
package bet.beteran.core.network;
message Client {
string client_ip = 1;
optional string site_url = 2;
optional string access_token = 3;
}