Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChatCreated chatCreated
View Source
var ChatSeen chatSeen
View Source
var MatchRevealed matchRevealed
View Source
var ProfileUpdated profileUpdated
Functions ¶
This section is empty.
Types ¶
type ChatCreatedPayload ¶
type ChatCreatedPayload struct { Chat []chatEntity.DTO ConvId string }
type ChatSeenPayload ¶
type MatchRevealedPayload ¶
type MatchRevealedPayload struct { MatchId string MatchStatus matchEntity.Status }
type ProfileUpdatedPayload ¶
type ProfileUpdatedPayload struct {
UserId string
}
Click to show internal directories.
Click to hide internal directories.