use maps_embedded in times and servers
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,7 +3,7 @@ syntax = "proto3";
|
|||||||
option go_package = "git.itzana.me/strafesnet/go-grpc/servers";
|
option go_package = "git.itzana.me/strafesnet/go-grpc/servers";
|
||||||
|
|
||||||
import "users.proto";
|
import "users.proto";
|
||||||
import "maps.proto";
|
import "maps_embedded.proto";
|
||||||
|
|
||||||
package servers;
|
package servers;
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ message ServerItem {
|
|||||||
string VipServerID = 4;
|
string VipServerID = 4;
|
||||||
users.UserResponse User = 5;
|
users.UserResponse User = 5;
|
||||||
int32 GameID = 6;
|
int32 GameID = 6;
|
||||||
maps.MapResponse Map = 7;
|
maps_embedded.MapResponse Map = 7;
|
||||||
int64 MapDate = 8;
|
int64 MapDate = 8;
|
||||||
repeated int64 PlayerList = 9;
|
repeated int64 PlayerList = 9;
|
||||||
int64 LastUpdate = 10;
|
int64 LastUpdate = 10;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
import "users.proto";
|
import "users.proto";
|
||||||
import "maps.proto";
|
import "maps_embedded.proto";
|
||||||
import "bots.proto";
|
import "bots.proto";
|
||||||
|
|
||||||
option go_package = "git.itzana.me/strafesnet/go-grpc/times";
|
option go_package = "git.itzana.me/strafesnet/go-grpc/times";
|
||||||
@@ -45,7 +45,7 @@ message TimeResponse {
|
|||||||
int64 ID = 1;
|
int64 ID = 1;
|
||||||
int64 Time = 2;
|
int64 Time = 2;
|
||||||
users.UserResponse User = 3;
|
users.UserResponse User = 3;
|
||||||
maps.MapResponse Map = 4;
|
maps_embedded.MapResponse Map = 4;
|
||||||
optional bots.BotResponse Bot = 5;
|
optional bots.BotResponse Bot = 5;
|
||||||
int64 Date = 6;
|
int64 Date = 6;
|
||||||
int32 StyleID = 7;
|
int32 StyleID = 7;
|
||||||
|
|||||||
Reference in New Issue
Block a user