ContestServiceCoroutineImplBase
abstract class ContestServiceCoroutineImplBase(coroutineContext: CoroutineContext = EmptyCoroutineContext) : AbstractCoroutineServerImpl(source)
Skeletal implementation of the io.codedrills.proto.external.ContestService service based on Kotlin coroutines.
Functions
Link copied to clipboard
Link copied to clipboard
Returns the response to an RPC for io.codedrills.proto.external.ContestService.GetScoreboard.
Link copied to clipboard
open suspend fun listContestSubmissions(request: ListContestSubmissionsRequest): ListContestSubmissionsResponse
Returns the response to an RPC for io.codedrills.proto.external.ContestService.ListContestSubmissions.