Documentation ¶
Index ¶
- type Handler
- func (h *Handler) AddCompany(c *gin.Context)
- func (h *Handler) CheckAuth(c *gin.Context)
- func (h *Handler) DeleteCompany(c *gin.Context)
- func (h *Handler) GetCompanyByID(c *gin.Context)
- func (h *Handler) UpdateCompany(c *gin.Context)
- func (h *Handler) UserLogin(c *gin.Context)
- func (h *Handler) UserLogout(c *gin.Context)
- func (h *Handler) UserSignup(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
func (*Handler) AddCompany ¶
func (*Handler) DeleteCompany ¶
func (*Handler) GetCompanyByID ¶
func (*Handler) UpdateCompany ¶
func (*Handler) UserLogout ¶
func (*Handler) UserSignup ¶
Click to show internal directories.
Click to hide internal directories.