Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SysOptionService ¶
type SysOptionService struct {
// contains filtered or unexported fields
}
SysOptionService 系统配置逻辑 & 数据访问层
func NewSysOptionService ¶
func NewSysOptionService(egs *engine.Engines) *SysOptionService
func (*SysOptionService) AllOptions ¶
func (s *SysOptionService) AllOptions() ([]helper.SysOptionResp, error)
AllOptions 获取所有配置
type SysRoleService ¶
type SysRoleService struct {
// contains filtered or unexported fields
}
SysRoleService 系统角色逻辑 & 数据访问层
func NewSysRoleService ¶
func NewSysRoleService(ens *engine.Engines) *SysRoleService
type SysUserService ¶
type SysUserService struct {
// contains filtered or unexported fields
}
SysUserService 系统用户逻辑 & 数据访问层
func NewSysUserService ¶
func NewSysUserService(ens *engine.Engines) *SysUserService
func (*SysUserService) Hello ¶
func (s *SysUserService) Hello() string
Click to show internal directories.
Click to hide internal directories.