Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckDependencyServices ¶
func InitDependencyClients ¶
InitDependencyClients triggers Service Client Initializer to establish connection to Metadata and Core Data Services through Metadata Client and Core Data Client. Service Client Initializer also needs to check the service status of Metadata and Core Data Services, because they are important dependencies of Device Service. The initialization process should be pending until Metadata Service and Core Data Service are both available.
Types ¶
type Clients ¶
type Clients struct { }
Clients contains references to dependencies required by the Clients bootstrap implementation.
type TedgeClients ¶
type TedgeClients struct { CommonClient interfaces.CommonClient DeviceClient interfaces.DeviceClient DeviceServiceClient interfaces.DeviceServiceClient DeviceProfileClient interfaces.DeviceProfileClient CallbackClient interfaces.DeviceServiceCallbackClient ProvisionWatcherClient interfaces.ProvisionWatcherClient EventClient interfaces.EventClient }
Click to show internal directories.
Click to hide internal directories.