Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceContext ¶
type ServiceContext struct { SvrClient Ws *ws.Server Config config.Config UserCache sysExport.UserCacheT CheckTokenWare rest.Middleware InitCtxsWare rest.Middleware Captcha *verify.Captcha OssClient *oss.Client NodeID int64 ServerMsg *eventBus.FastEvent }
func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
type SvrClient ¶
type SvrClient struct { TenantRpc tenant.TenantManage UserRpc user.UserManage RoleRpc role.RoleManage AppRpc app.AppManage ModuleRpc module.ModuleManage LogRpc log.Log ProjectM projectmanage.ProjectManage AreaM areamanage.AreaManage DictM dictmanage.DictManage NotifyM notifymanage.NotifyManage Common common.Common Slot sysExport.SlotCacheT AccessRpc accessmanage.AccessManage DataM datamanage.DataManage Timedscheduler timedscheduler.Timedscheduler TimedJob timedmanage.TimedManage Ops ops.Ops }
Click to show internal directories.
Click to hide internal directories.