Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mcatta
Created October 25, 2022 18:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcatta/67c702c4bb29b769719995b0d81353aa to your computer and use it in GitHub Desktop.
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