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 DeviceID *utils.SnowFlake ProductID *utils.SnowFlake DataUpdate dataUpdate.DataUpdate Cache kv.Store SchemaManaRepo deviceMsgManage.SchemaDataRepo HubLogRepo deviceMsgManage.HubLogRepo SchemaRepo schema.Repo SDKLogRepo deviceMsgManage.SDKLogRepo GroupID *utils.SnowFlake OssClient *oss.Client Bus eventBus.Bus }
func NewServiceContext ¶
func NewServiceContext(c config.Config) *ServiceContext
Click to show internal directories.
Click to hide internal directories.