Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserContext ¶
type UserContext struct { TenantId int64 UserId int64 UserCode string AccessToken string PermissionCodes []string }
func (UserContext) IsDefaultTenant ¶ added in v1.1.21
func (uc UserContext) IsDefaultTenant() bool
func (UserContext) IsSuper ¶ added in v1.1.21
func (uc UserContext) IsSuper() bool
Click to show internal directories.
Click to hide internal directories.