Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DTO ¶
type DTO struct { Id string `json:"id,omitempty" db:"id"` FromUser tinyUser `json:"fromUser" db:"creator"` ToUser tinyUser `json:"toUser" db:"recipient"` LastMessage string `json:"lastMessageSent,omitempty" db:"last_message"` LastMessageSentAt time.Time `json:"lastMessageSentAt,omitempty" db:"last_message_sent_at"` LastMessageSeenAt *time.Time `json:"lastMessageSeenAt,omitempty" db:"last_messsage_seen_at"` ChatRows int `json:"chatRows" db:"chat_rows"` DayPass int `json:"dayPass" db:"day_pass"` RequestStatus string `json:"-"` RevealStatus string `json:"-"` }
Conversation one to one with match
Click to show internal directories.
Click to hide internal directories.