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) CreateInvite ¶
func (base *Controller) CreateInvite(c *gin.Context)
func (*Controller) GetAcceptInvite ¶
func (base *Controller) GetAcceptInvite(c *gin.Context)
func (*Controller) GetInvites ¶
func (base *Controller) GetInvites(c *gin.Context)
func (*Controller) PostAcceptInvite ¶
func (base *Controller) PostAcceptInvite(c *gin.Context)
func (*Controller) PostInvite ¶
func (base *Controller) PostInvite(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.