toggle menu
few
jvm
switch theme
search in API
api
/
com.few.api.domain.log.repo.command
Package-level
declarations
Types
Types
Insert
Event
Command
Link copied to clipboard
data
class
InsertEventCommand
(
val
memberId
:
Long
,
val
articleId
:
Long
,
val
messageId
:
String
,
val
eventType
:
Byte
,
val
sendType
:
Byte
)
Insert
Log
Command
Link copied to clipboard
data
class
InsertLogCommand
(
val
history
:
String
)