Documentation ¶
Index ¶
- type Controller
- func (base *Controller) AddUserToOrganisation(c *gin.Context)
- func (base *Controller) CreateOrgRole(c *gin.Context)
- func (base *Controller) CreateOrganisation(c *gin.Context)
- func (base *Controller) DeleteOrgRole(c *gin.Context)
- func (base *Controller) DeleteOrganisation(c *gin.Context)
- func (base *Controller) GetAOrgRole(c *gin.Context)
- func (base *Controller) GetOrgRoles(c *gin.Context)
- func (base *Controller) GetOrganisation(c *gin.Context)
- func (base *Controller) GetUsersInOrganisation(c *gin.Context)
- func (base *Controller) UpdateOrgPermissions(c *gin.Context)
- func (base *Controller) UpdateOrgRole(c *gin.Context)
- func (base *Controller) UpdateOrganisation(c *gin.Context)
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) AddUserToOrganisation ¶
func (base *Controller) AddUserToOrganisation(c *gin.Context)
func (*Controller) CreateOrgRole ¶
func (base *Controller) CreateOrgRole(c *gin.Context)
func (*Controller) CreateOrganisation ¶
func (base *Controller) CreateOrganisation(c *gin.Context)
func (*Controller) DeleteOrgRole ¶
func (base *Controller) DeleteOrgRole(c *gin.Context)
func (*Controller) DeleteOrganisation ¶
func (base *Controller) DeleteOrganisation(c *gin.Context)
func (*Controller) GetAOrgRole ¶
func (base *Controller) GetAOrgRole(c *gin.Context)
func (*Controller) GetOrgRoles ¶
func (base *Controller) GetOrgRoles(c *gin.Context)
func (*Controller) GetOrganisation ¶
func (base *Controller) GetOrganisation(c *gin.Context)
func (*Controller) GetUsersInOrganisation ¶
func (base *Controller) GetUsersInOrganisation(c *gin.Context)
func (*Controller) UpdateOrgPermissions ¶
func (base *Controller) UpdateOrgPermissions(c *gin.Context)
func (*Controller) UpdateOrgRole ¶
func (base *Controller) UpdateOrgRole(c *gin.Context)
func (*Controller) UpdateOrganisation ¶
func (base *Controller) UpdateOrganisation(c *gin.Context)
Click to show internal directories.
Click to hide internal directories.