Function new_runtime

async fn new_runtime(
    __arg0: ConnectInfo<SocketAddr>,
    __arg1: State<SharedState>,
    __arg2: Json<GCHubRequestNewRuntime>,
) -> Result<Json<GCEmptyResponse>, ErrorResponse>
Expand description

Registers a new runtime TODO: proper authentication of the server needs to be implemented