AddServerRequest
data class AddServerRequest(server: Server) : SignaldRequestBodyV1<String>
Content copied to clipboard
add a new server to connect to. Returns the new server's UUID.
Constructors
Functions
Link copied to clipboard
open override fun submit(socketCommunicator: SocketCommunicator, id: String): String
Content copied to clipboard
Link copied to clipboard
suspend fun submitSuspend(socketCommunicator: SuspendSocketCommunicator): String
Content copied to clipboard
open suspend override fun submitSuspend(socketCommunicator: SuspendSocketCommunicator, id: String): String
Content copied to clipboard