Last active
March 15, 2022 23:56
-
-
Save oharaandrew314/0d9018a1a680324c0eed6a0dd5dbbc48 to your computer and use it in GitHub Desktop.
hexagonal-clients-catsDaoV1-return-raw-cat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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