package
Version:
v0.0.0-...-12d4a3b
Opens a new window with list of versions in this module.
Published: Jun 27, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type MessageRequest struct {
Content string `json:"content" bson:"content"`
RoomID primitive.ObjectID `json:"room_id" bson:"room_id"`
SenderID primitive.ObjectID `json:"sender_id" bson:"sender_id"`
CreatedAt time.Time `json:"created_at" bson:"created_at"`
}
type RoomRequest struct {
Name string `json:"name" binding:"required" bson:"name" example:"warzone"`
CreatedAt time.Time `json:"created_at" bson:"created_at" swaggerignore:"true"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.