//
koffee-backend
/
eu.yeger.koffee.service
/
DefaultItemService
/
getItemById
getItemById
Returns the
Item
with the given id. Must validate that the
Item
exists.
Return
The
Result
of the operation.
Parameters
id
The id of the
Item
.
open suspend override fun
getItemById
(id:
String
):
Result
<
Item
>
Content copied to clipboard