Skip to content

Instantly share code, notes, and snippets.

@RoRoche
Created November 6, 2019 12:48
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 RoRoche/32e49c24ecb85267ff584d17f1ffa98f to your computer and use it in GitHub Desktop.
Save RoRoche/32e49c24ecb85267ff584d17f1ffa98f to your computer and use it in GitHub Desktop.
interface Repo {
fun id(): Long
fun name(): String
fun description(): String
fun url(): String
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment