kaccelero
Toggle table of contents
0.6.4
common
Platform filter
common
Switch theme
Search in API
kaccelero
database-ktor-sessions
/
dev.kaccelero.commons.sessions
Package-level
declarations
Types
Types
ISessions
Repository
Link copied to clipboard
interface
ISessionsRepository
Session
Link copied to clipboard
data
class
Session
(
val
id
:
String
,
val
value
:
String
)
Sessions
Link copied to clipboard
object
Sessions
Sessions
Database
Repository
Link copied to clipboard
class
SessionsDatabaseRepository
(
database
:
<Error class: unknown class>
)
:
ISessionsRepository