notification-service
Toggle table of contents
2.8.1
jvm
Platform filter
jvm
Switch theme
Search in API
notification-service
application
/
io.github.positionpal.notification.application.groups
/
GroupsRepository
/
getGroupsOf
get
Groups
Of
abstract
suspend
fun
getGroupsOf
(
userId
:
UserId
)
:
Result
<
Set
<
GroupId
>
>
Return
a successful
Result
with the groups of the given
userId
or a failed one in case of error.