Skip to content

Instantly share code, notes, and snippets.

@gastsail
Last active December 21, 2019 16:01
Show Gist options
  • Save gastsail/12397d6c89bb43a35ab7110aec65c748 to your computer and use it in GitHub Desktop.
Save gastsail/12397d6c89bb43a35ab7110aec65c748 to your computer and use it in GitHub Desktop.
class EventsImpl(private val eventsRepo:IEventsRepo): IEvent {
override suspend fun getEvents(): Resource<MutableList<Event>> = eventsRepo.getEventsDB()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment