toggle menu
lib
common
ios
switch theme
search in API
shared
/
com.apadmi.mockzilla.mock
Package-level
declarations
Types
Functions
Properties
Types
Cow
Dto
Link copied to clipboard
@
Serializable
data
class
CowDto
(
val
name
:
String
,
val
age
:
Int
,
val
likesGrass
:
Boolean
,
val
hasHorns
:
Boolean
,
val
mooSample
:
String
,
val
someValueFromRequest
:
String
)
Data
Result
Link copied to clipboard
sealed
class
DataResult
<
out
T
,
out
E
>
Get
Cow
Request
Dto
Link copied to clipboard
@
Serializable
data
class
GetCowRequestDto
(
val
valueInTheRequest
:
String
)
Repository
Link copied to clipboard
class
Repository
(
baseUrl
:
String
)
Sheep
Dto
Link copied to clipboard
@
Serializable
data
class
SheepDto
(
val
name
:
String
,
val
bahSample
:
String
)
Properties
mockzilla
Config
Link copied to clipboard
val
mockzillaConfig
:
MockzillaConfig
Functions
start
Mock
Server
Link copied to clipboard
ios
fun
startMockServer
(
)
:
MockzillaRuntimeParams
stop
Mock
Server
Link copied to clipboard
ios
fun
stopMockServer
(
)