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 FastEvent *eventBus.FastEvent Store kv.Store OssClient *oss.Client NodeID int64 SvrClient }
func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
type SvrClient ¶
type SvrClient struct { ProductM productmanage.ProductManage DeviceInteract deviceinteract.DeviceInteract DeviceMsg devicemsg.DeviceMsg DeviceM devicemanage.DeviceManage DeviceG devicegroup.DeviceGroup TimedM timedmanage.TimedManage NotifyM notifymanage.NotifyManage AreaM areamanage.AreaManage SysCommon common.Common ProjectM projectmanage.ProjectManage DeviceCache dmExport.DeviceCacheT ProductCache dmExport.ProductCacheT ProductSchemaCache dmExport.SchemaCacheT ProjectCache sysExport.ProjectCacheT Ops ops.Ops }
Click to show internal directories.
Click to hide internal directories.