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";
|
||||
|
||||
import "users.proto";
|
||||
import "maps.proto";
|
||||
import "maps_embedded.proto";
|
||||
|
||||
package servers;
|
||||
|
||||
@@ -43,7 +43,7 @@ message ServerItem {
|
||||
string VipServerID = 4;
|
||||
users.UserResponse User = 5;
|
||||
int32 GameID = 6;
|
||||
maps.MapResponse Map = 7;
|
||||
maps_embedded.MapResponse Map = 7;
|
||||
int64 MapDate = 8;
|
||||
repeated int64 PlayerList = 9;
|
||||
int64 LastUpdate = 10;
|
||||
@@ -77,4 +77,4 @@ message ServerListRequest {
|
||||
|
||||
message NullResponse {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "users.proto";
|
||||
import "maps.proto";
|
||||
import "maps_embedded.proto";
|
||||
import "bots.proto";
|
||||
|
||||
option go_package = "git.itzana.me/strafesnet/go-grpc/times";
|
||||
@@ -45,7 +45,7 @@ message TimeResponse {
|
||||
int64 ID = 1;
|
||||
int64 Time = 2;
|
||||
users.UserResponse User = 3;
|
||||
maps.MapResponse Map = 4;
|
||||
maps_embedded.MapResponse Map = 4;
|
||||
optional bots.BotResponse Bot = 5;
|
||||
int64 Date = 6;
|
||||
int32 StyleID = 7;
|
||||
@@ -100,4 +100,4 @@ message Pagination {
|
||||
|
||||
message NullResponse {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user