mirror of
https://bitbucket.org/projectswg/lightspeed.git
synced 2026-07-31 00:15:46 -04:00
Added servers.csv for storing server list
This commit is contained in:
@@ -37,9 +37,7 @@ public interface BackendData {
|
||||
|
||||
ServerServerData getServer(String serverId);
|
||||
List<ServerServerData> getServerList();
|
||||
void insertServer(ServerServerData server);
|
||||
void insertBuild(ServerBuildData build);
|
||||
void insertDeployment(ServerDeploymentData deployment);
|
||||
void removeServer(String serverId);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user