Package-level declarations

Types

Link copied to clipboard
class AnalyzeRepository @Inject constructor(val context: Context, dao: DiagnoseRecordDAO, fetch: DermatoAnalyzeEndpoint, geminiService: GeminiService)
Link copied to clipboard
class AppointmentRepository @Inject constructor(dao: AppointmentRecordDAO, fetch: DermatoBackendEndpoint)
Link copied to clipboard
class ChatbotRepository @Inject constructor(apiService: DermatoChatBotEndpoint)
Link copied to clipboard
class DiscussionRepository @Inject constructor(apiService: DermatoBackendEndpoint)
Link copied to clipboard
class LikesRepository @Inject constructor(likesDao: LikesDao)
Link copied to clipboard
@Singleton
class WeatherRepository @Inject constructor(openWeather: OpenMeteoEndpoint)