All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uidsonic.baku.0.9.22.source-code.BakuService.kt Maven / Gradle / Ivy

package com.github.fluidsonic.baku

import io.ktor.application.ApplicationCall


interface BakuService {

	suspend fun createContext(): Context
	suspend fun createTransaction(context: Context, call: ApplicationCall?): Transaction
	suspend fun onStart(context: Context) {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy