Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommonClient ¶
func NewCommonClient(baseUrl string) interfaces.CommonClient
NewCommonClient creates an instance of CommonClient
func NewDeviceProfileClient ¶ added in v0.1.123
func NewDeviceProfileClient(baseUrl string) interfaces.DeviceProfileClient
NewDeviceProfileClient creates an instance of DeviceProfileClient
func NewEventClient ¶ added in v0.1.115
func NewEventClient(baseUrl string) interfaces.EventClient
NewEventClient creates an instance of EventClient
Types ¶
type DeviceProfileClient ¶ added in v0.1.123
type DeviceProfileClient struct {
// contains filtered or unexported fields
}
func (*DeviceProfileClient) Add ¶ added in v0.1.123
func (client *DeviceProfileClient) Add(ctx context.Context, reqs []requests.DeviceProfileRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
func (*DeviceProfileClient) Update ¶ added in v0.1.123
func (client *DeviceProfileClient) Update(ctx context.Context, reqs []requests.DeviceProfileRequest) ([]common.BaseResponse, errors.EdgeX)
Click to show internal directories.
Click to hide internal directories.