Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created June 13, 2023 22:16
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 tdcolvin/b77503572c3852f2e18b7ddd5c40ee90 to your computer and use it in GitHub Desktop.
Save tdcolvin/b77503572c3852f2e18b7ddd5c40ee90 to your computer and use it in GitHub Desktop.
interface PlanetsRepository {
suspend fun addPlanet(planet: Planet)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment