Package-level declarations

Types

Link copied to clipboard
interface Repository

Repository between the domain and the database

Link copied to clipboard
class RepositoryImpl(mongoInfo: MongoInfo) : Repository
Link copied to clipboard
data class RepositoryResponse<Data>(val data: Data?, val message: Message)

Data class representing the response of Repository