Package-level declarations

Types

Link copied to clipboard
class ExposedRepositoryTransactionManager(database: Database, transactionContext: CoroutineContext = Dispatchers.IO) : RepositoryTransactionManager
Link copied to clipboard
class ExposedSecretKeyRequestRepository(json: Json) : SecretKeyRequestRepository

Functions

Link copied to clipboard
suspend fun createExposedRepositoriesModule(database: Database, transactionContext: CoroutineContext = Dispatchers.IO): Module