Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct { Db *storage.Database Validator *validator.Validate Logger *utility.Logger ExtReq request.ExternalRequest }
func (*Controller) AddToContactUs ¶
func (base *Controller) AddToContactUs(c *gin.Context)
func (*Controller) DeleteContactUs ¶
func (base *Controller) DeleteContactUs(c *gin.Context)
func (*Controller) GetAllContactUs ¶
func (base *Controller) GetAllContactUs(c *gin.Context)
func (*Controller) GetContactUsByEmail ¶
func (base *Controller) GetContactUsByEmail(c *gin.Context)
func (*Controller) GetContactUsById ¶
func (base *Controller) GetContactUsById(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.