Bruno_
01/26/2020, 3:23 PMdata class Progress(val progress: Int, val max: Int)
it's a function param in one of the services and only two more services will ever have to use itBruno_
01/26/2020, 3:28 PMBruno_
01/26/2020, 3:30 PMclass BasicUserResume(
val userData: Map<String, String>,
val resume: InputStream
) : UserResume {
// some getters and 1 util func
}
Adam Powell
01/26/2020, 3:31 PMAdam Powell
01/26/2020, 3:32 PMAdam Powell
01/26/2020, 3:33 PMHanno
01/26/2020, 3:33 PMAdam Powell
01/26/2020, 3:35 PMAdam Powell
01/26/2020, 3:40 PM