Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysPermissionTree ¶ added in v0.2.49
type SysPermissionTree struct { *sys_entity.SysPermission Children []*SysPermissionTree `json:"children" dc:"下级权限"` }
func New ¶
func New(id int64, identifier string, name string, description ...string) *SysPermissionTree
New 构造权限信息
func NewInIdentifier ¶
func NewInIdentifier(identifier string, name string, description ...string) *SysPermissionTree
NewInIdentifier 构造权限信息
Click to show internal directories.
Click to hide internal directories.