Versions in this module Expand all Collapse all v0 v0.0.1 Oct 21, 2022 Changes in this version + type Menu struct + func (e *Menu) Other(r *gin.RouterGroup) + func (e Menu) Create(c *gin.Context) + func (e Menu) Delete(c *gin.Context) + func (e Menu) Get(c *gin.Context) + func (e Menu) List(c *gin.Context) + func (e Menu) Update(c *gin.Context) + type Tenant struct + func (e Tenant) Callback(c *gin.Context) + func (e Tenant) Create(c *gin.Context) + func (e Tenant) Delete(c *gin.Context) + func (e Tenant) Dex(c *gin.Context) + func (e Tenant) Get(c *gin.Context) + func (e Tenant) GetClient(c *gin.Context) + func (e Tenant) List(c *gin.Context) + func (e Tenant) Other(r *gin.RouterGroup) + func (e Tenant) RefreshToken(c *gin.Context) + func (e Tenant) Update(c *gin.Context) + type User struct + func (e User) GetCurrentUser(c *gin.Context) + func (e User) Other(r *gin.RouterGroup)