package
0.0.0-20210818094334-d8df2690b73a
Repository: https://github.com/lud0v1c/go-calendar-api.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
Lists all possible slots between a candidate and one or more interviewers.
No description provided by the author
Fetches user by username.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Validates and "sanitizes" the Slot Model.
Validates and "sanitizes" the User Model.
/schedule/ GET.
No description provided by the author
No description provided by the author
No description provided by the author
/slots POST.
No description provided by the author
/slots/:name DELETE Deletes all slots of a user, could be improved.
/slots/:name GET.
/slots/ GET.
No description provided by the author
No description provided by the author
Sorts slots chronologically, via manual bubblesort.
Splits a slot into 1-h slots.
No description provided by the author
No description provided by the author
No description provided by the author
/user/:name DELETE.
/user/ PUT.
No description provided by the author
/user POST.
/user/:name GET.
No description provided by the author
No description provided by the author
# Structs
Main feature Model, scheduling a candidate with one or more interviewers (split by ",").
Slot model.
Simple user model, type is either "candidate" or "interviewer".