forked from Cookies_Github_mirror/AquaDX
[M] Generalize artemis import code
This commit is contained in:
@@ -113,10 +113,3 @@ interface GenericPlaylogRepo<T: IGenericGamePlaylog> : JpaRepository<T, Long> {
|
||||
}
|
||||
|
||||
data class ImportResult(val errors: List<String>, val warnings: List<String>, val json: String)
|
||||
|
||||
interface GameDataImport {
|
||||
/**
|
||||
* Read an artemis SQL dump file and return Aqua JSON
|
||||
*/
|
||||
fun importArtemisSql(sql: String): ImportResult
|
||||
}
|
||||
Reference in New Issue
Block a user