Skip to content

Commit

Permalink
feat: add new archipelago message
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotambo committed Sep 20, 2023
1 parent b439b84 commit 10343e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions proto/decentraland/kernel/comms/v3/archipelago.proto
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,14 @@ message IslandData {
message IslandStatusMessage {
repeated IslandData data = 1;
}

message ServiceStatus {
uint32 current_time = 1;
optional string commit_hash = 2;
uint32 user_count = 3;
}

message ServiceDiscoveryMessage {
string server_name = 1;
ServiceStatus status = 2;
}

0 comments on commit 10343e9

Please sign in to comment.