ServerDb

interface ServerDb

Functions

Link copied to clipboard
abstract fun createOrUpdate(name: String, host: String, clientId: String, clientSecret: String): Server
Link copied to clipboard
abstract fun getServer(serverId: String): Server?
abstract fun getServer(host: String, clientId: String, clientSecret: String): Server?
Link copied to clipboard
abstract fun getServerList(): List<Server>