Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
type DirectChatRequest ¶
type DirectChatRequest struct {
ID primitive.ObjectID `bson:"_id"`
Sender User `bson:"sender"`
Receiver User `bson:"receiver"`
CreatedAt time.Time `bson:"created_at"`
}
func (DirectChatRequest) GetID ¶
func (d DirectChatRequest) GetID() string
Click to show internal directories.
Click to hide internal directories.