KeysController

@Singleton
class KeysController @Inject constructor(importer: KeyImporter, exporter: KeyExporter)

Constructors

Link copied to clipboard
@Inject
constructor(importer: KeyImporter, exporter: KeyExporter)

Functions

Link copied to clipboard
suspend fun exportAll(call: ApplicationCall)
Link copied to clipboard
suspend fun exportValid(call: ApplicationCall)
Link copied to clipboard
suspend fun import(call: ApplicationCall)
Link copied to clipboard
suspend fun index(call: ApplicationCall)