 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceContext ¶
type ServiceContext struct {
	Config        config.Config
	UserInfoModel mysql.SysUserInfoModel
	RoleInfoModle mysql.SysRoleInfoModel
	MenuInfoModle mysql.SysMenuInfoModel
	RoleMenuModle mysql.SysRoleMenuModel
	UserModel     mysql.UserModel
	RoleModel     mysql.RoleModel
	MenuModel     mysql.MenuModel
	WxMiniProgram *weixin.MiniProgram
	UserID        *utils.SnowFlake
	LogLoginModel mysql.SysLoginLogModel
	LogOperModel  mysql.SysOperLogModel
	LogModel      mysql.LogModel
	ApiModel      mysql.SysApiModel
	ApiInfoModel  mysql.ApiModel
}
    func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
 Click to show internal directories. 
   Click to hide internal directories.