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) DeleteNewsLetter ¶
func (base *Controller) DeleteNewsLetter(c *gin.Context)
func (*Controller) GetDeletedNewsLetters ¶
func (base *Controller) GetDeletedNewsLetters(c *gin.Context)
func (*Controller) GetNewsLetters ¶
func (base *Controller) GetNewsLetters(c *gin.Context)
func (*Controller) RestoreDeletedNewsLetter ¶
func (base *Controller) RestoreDeletedNewsLetter(c *gin.Context)
func (*Controller) SubscribeNewsLetter ¶
func (base *Controller) SubscribeNewsLetter(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.