Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.models
/
repo
repo
fun
<
ID
:
Any
,
T
:
Any
>
repo
(
name
:
String
?
=
null
,
initialRepoProvider
:
(
)
->
Map
<
ID
,
T
>
?
?
=
null
)
:
GenericRepositoryMockDelegate
<
ID
,
T
>