Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Meeting ¶
type Meeting struct { ID primitive.ObjectID `bson:"_id"` Title string `json:"title,omitempty" bson:"title"` ParticipantsList []*Participant `json:"participantsList" bson:"participantsList"` StartTime string `json:"startTime,omitempty" bson:"startTime"` EndTime string `json:"endTime,omitempty" bson:"endTime"` CreationTime string `json:"creationTime,omitempty" bson:"creationTime"` }
type MeetingScheduled ¶
type MeetingScheduled struct {
Meeting_ID string `json:"meetingID"`
}
type Participant ¶
Click to show internal directories.
Click to hide internal directories.