Package-level declarations

Types

Link copied to clipboard
@Singleton
class DirectRepositoryImpl(directEntityRepository: DirectEntityRepository) : DirectRepository

Repository implementation for Direct

Link copied to clipboard
@Singleton
class ServerRepositoryImpl(serverEntityRepository: ServerEntityRepository) : ServerRepository

Repository implementation for Server

Link copied to clipboard
@Singleton
class SessionRepositoryImpl(sessionEntityRepository: SessionEntityRepository) : SessionRepository

Repository implementation for Session