bug5627: added SailingServer.getLeaderboardNames()

This commit is contained in:
Axel Uhl
2022-08-10 18:48:11 +02:00
parent 5fa015c780
commit 0cc5965214
3 changed files with 26 additions and 4 deletions
@@ -39,6 +39,10 @@ public interface SailingServer extends SecuredServer {
URL getBaseUrl();
Iterable<UUID> getLeaderboardGroupIds() throws Exception;
Iterable<String> getLeaderboardNames() throws Exception;
String getLeaderboardShardingKey(String leaderboardName) throws Exception;
Iterable<UUID> getEventIds() throws Exception;