PlatformEndpoints

interface PlatformEndpoints : Gateway.Handler, GetRuns.Handler

Inheritors

Functions

Link copied to clipboard
abstract suspend fun gateway(request: Gateway.Request): Gateway.Response<*>
Link copied to clipboard
abstract suspend fun getRuns(request: GetRuns.Request): GetRuns.Response<*>