Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class WeatherHourForecast(val temperature: Int, val timeLocal: String, val iconCode: Int, val precipChance: Int)
Link copied to clipboard
Link copied to clipboard
interface WeatherLocationRepository
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
class WeatherRepository(twcDataSource: TwcDataSource, weatherLocationRepository: WeatherLocationRepository, coroutineContext: CoroutineContext)