Skip to content

Instantly share code, notes, and snippets.

@mcatta
Created October 25, 2022 18:51
Show Gist options
  • Select an option

  • Save mcatta/67c702c4bb29b769719995b0d81353aa to your computer and use it in GitHub Desktop.

Select an option

Save mcatta/67c702c4bb29b769719995b0d81353aa to your computer and use it in GitHub Desktop.
interface GithubRepository {
suspend fun repositoryByOwner(owner: String): Either<AppError, List<Repository>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment