Documentation
¶
Overview ¶
handlers/employer.go
Index ¶
- func CreateJobHandler(c *gin.Context, hasuraClient *hasura.Client)
- func DeleteJobHandler(c *gin.Context, hasuraClient *hasura.Client)
- func EmployerSignup(c *gin.Context, hasuraClient *hasura.Client)
- func ExpertSignup(c *gin.Context, hasuraClient *hasura.Client)
- func GetJobsHandler(c *gin.Context, hasuraClient *hasura.Client)
- func Login(c *gin.Context, hasuraClient *hasura.Client, jwtSecret string)
- func UpdateJobHandler(c *gin.Context, hasuraClient *hasura.Client)
- type EmployerHandler
- type ExpertHandler
- type JobHandler
- type LoginHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmployerHandler ¶
type EmployerHandler struct {
// contains filtered or unexported fields
}
func (*EmployerHandler) Signup ¶
func (h *EmployerHandler) Signup(c *gin.Context)
type ExpertHandler ¶
type ExpertHandler struct {
// contains filtered or unexported fields
}
func (*ExpertHandler) Signup ¶
func (h *ExpertHandler) Signup(c *gin.Context)
type JobHandler ¶
type JobHandler struct {
// contains filtered or unexported fields
}
func (*JobHandler) CreateJob ¶
func (h *JobHandler) CreateJob(c *gin.Context)
func (*JobHandler) DeleteJob ¶
func (h *JobHandler) DeleteJob(c *gin.Context)
func (*JobHandler) GetJobs ¶
func (h *JobHandler) GetJobs(c *gin.Context)
func (*JobHandler) UpdateJob ¶
func (h *JobHandler) UpdateJob(c *gin.Context)
type LoginHandler ¶
type LoginHandler struct {
// contains filtered or unexported fields
}
func (*LoginHandler) Login ¶
func (h *LoginHandler) Login(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.