Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BookInterview ¶
type DeleteResponse ¶
type DeleteResponse struct {
DeleteInterviewID string `json:"deleteInterviewId"`
}
type Interview ¶
type Interview struct { ID string `json:"id" bson:"_id"` Duration int `json:"duration"` Time string `json:"time"` Name string `json:"name"` Skills string `json:"skills"` Difficulty string `json:"difficulty"` GuestType string `json:"guestType"` Guest []*TempUser `json:"guest"` Note string `json:"note"` Booked bool `json:"booked"` JoinURL string `json:"joinUrl"` MeetingCode string `json:"meetingCode"` }
type InterviewInput ¶
type InterviewInput struct { Duration int `json:"duration"` Time string `json:"time"` Name string `json:"name"` Skills string `json:"skills"` Difficulty string `json:"difficulty"` GuestType string `json:"guestType"` Guest []*TempUserInput `json:"guest"` Note string `json:"note"` Booked bool `json:"booked"` JoinURL string `json:"joinUrl"` MeetingCode string `json:"meetingCode"` }
type TempUserInput ¶
Click to show internal directories.
Click to hide internal directories.