BackendInfo

data class BackendInfo(val id: String, val host: String, val port: Int)

Backend server descriptor exposed to mods.

Constructors

Link copied to clipboard
constructor(id: String, host: String, port: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val port: Int