Documentation ¶
Index ¶
- type DBClient
- func (_m *DBClient) AddDeviceProfile(e models.DeviceProfile) (models.DeviceProfile, errors.EdgeX)
- func (_m *DBClient) AddDeviceService(e models.DeviceService) (models.DeviceService, errors.EdgeX)
- func (_m *DBClient) CloseSession()
- func (_m *DBClient) GetDeviceProfileByName(name string) (models.DeviceProfile, errors.EdgeX)
- func (_m *DBClient) UpdateDeviceProfile(e models.DeviceProfile) errors.EdgeX
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBClient ¶
DBClient is an autogenerated mock type for the DBClient type
func (*DBClient) AddDeviceProfile ¶
func (_m *DBClient) AddDeviceProfile(e models.DeviceProfile) (models.DeviceProfile, errors.EdgeX)
AddDeviceProfile provides a mock function with given fields: e
func (*DBClient) AddDeviceService ¶
func (_m *DBClient) AddDeviceService(e models.DeviceService) (models.DeviceService, errors.EdgeX)
AddDeviceService provides a mock function with given fields: e
func (*DBClient) CloseSession ¶
func (_m *DBClient) CloseSession()
CloseSession provides a mock function with given fields:
func (*DBClient) GetDeviceProfileByName ¶
GetDeviceProfileByName provides a mock function with given fields: name
func (*DBClient) UpdateDeviceProfile ¶
func (_m *DBClient) UpdateDeviceProfile(e models.DeviceProfile) errors.EdgeX
UpdateDeviceProfile provides a mock function with given fields: e
Click to show internal directories.
Click to hide internal directories.