Documentation ¶
Index ¶
- type DB
- func (db *DB) BookMeeting(input model.BookInterview) *model.Interview
- func (db *DB) CancelMeeting(id string) *model.DeleteResponse
- func (db *DB) GetAllMeetings() []*model.Interview
- func (db *DB) GetMeetingById(id *string) *model.Interview
- func (db *DB) ScheduleInterview(input model.InterviewInput) *model.Interview
- func (db *DB) UpdateMeeting(id string, input model.InterviewInput) *model.Interview
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DB ¶
type DB struct {
// contains filtered or unexported fields
}
func (*DB) BookMeeting ¶
func (db *DB) BookMeeting(input model.BookInterview) *model.Interview
func (*DB) CancelMeeting ¶
func (db *DB) CancelMeeting(id string) *model.DeleteResponse
func (*DB) GetAllMeetings ¶
func (*DB) ScheduleInterview ¶
func (db *DB) ScheduleInterview(input model.InterviewInput) *model.Interview
func (*DB) UpdateMeeting ¶
Click to show internal directories.
Click to hide internal directories.