# Functions
AllJobs All unfilled jobs @Summary All unfilled jobs @Description All unfilled jobs @Tags jobs @Accept application/json @Produce json @Success 200 @Router /jobs/ [get].
AllTags godoc @Summary Get all tags.
ApplicantsForEmployer godoc @Summary Applicants for employer.
AppliedJobs @Summary Get applied jobs @Description Get all applied jobs for current logged in employee @Tags jobs, employee @Accept application/json @Produce json @Success 200 @Router /jobs/applied-jobs [get].
ApplyToTheJob Apply for job @Summary Apply to the job @Description Apply to the job @Tags jobs, employee @Accept application/json @Produce json @Success 200 @Router /jobs/:job_id/apply-job [post].
CreateJob Create new job @Summary Create new job @Description Create new job as employer @Tags jobs @Accept application/json @Produce json @Success 200 @Router /jobs/create [post].
CreateTag godoc @Summary Create new tag @Description Create new tag @Tags tags @Accept application/json @Produce json @Param data body models.TagInput true "body data" @Success 200 {object} map[string]interface{} @Router /tags/create [post] @Security Bearer.
No description provided by the author
JobDetails Job details @Summary Job details @Description Job details @Tags jobs @Accept application/json @Produce json @Success 200 @Router /jobs/ [get].
Login godoc @Summary Login user.
http://localhost:9090/refresh/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1NjA1MTIyNDMsImlhdCI6MTU2MDUwODYxMCwidXNlcl9pZCI6MSwicGFzc3dvcmQiOiIxMjM0NTYiLCJ1c2VybmFtZSI6ImRvbmciLCJmdWxsX25hbWUiOiJkb25nIiwicGVybWlzc2lvbnMiOltdfQ.Xkb_J8MWXkwGUcBF9bpp2Ccxp8nFPtRzFzOBeboHmg0.
Register godoc @Summary Register user.
UpdateJob Update job @Summary Update job @Description Update job as employer @Tags jobs @Accept application/json @Produce json @Success 200 @Router /jobs/ [post].
UpdateUserProfile godoc @Summary Update User profile.
UserProfile godoc @Summary User profile.
http://localhost:9090/verify/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE1NjA1MTIyMTAsImlhdCI6MTU2MDUwODYxMCwidXNlcl9pZCI6MSwicGFzc3dvcmQiOiIxMjM0NTYiLCJ1c2VybmFtZSI6ImRvbmciLCJmdWxsX25hbWUiOiJkb25nIiwicGVybWlzc2lvbnMiOltdfQ.Esh1Zge0vO1BAW1GeR5wurWP3H1jUIaMf3tcSaUwkzA.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Structs
No description provided by the author