Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagementRessource ¶
type ManagementRessource struct {
// contains filtered or unexported fields
}
ManagementRessource habours the headless admin endpoints
func NewManagementRessource ¶
func NewManagementRessource(logger *zap.Logger, cfg config.Configuration, userService *manage.UserService, appService *manage.ApplicationService, authService *manage.AuthorizationService, roleService *manage.RoleService, inviteService *manage.InviteService) *ManagementRessource
func (*ManagementRessource) Router ¶
func (m *ManagementRessource) Router() *chi.Mux
Click to show internal directories.
Click to hide internal directories.