Skip to content

Instantly share code, notes, and snippets.

@oharaandrew314
Last active March 15, 2022 23:56
Show Gist options
  • Select an option

  • Save oharaandrew314/0d9018a1a680324c0eed6a0dd5dbbc48 to your computer and use it in GitHub Desktop.

Select an option

Save oharaandrew314/0d9018a1a680324c0eed6a0dd5dbbc48 to your computer and use it in GitHub Desktop.
hexagonal-clients-catsDaoV1-return-raw-cat
fun CatsDao.Companion.v1(client: ClientV1) = CatsDao { id ->
client[id.toInt()]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment