Versions in this module Expand all Collapse all v4 v4.0.1 Mar 30, 2025 Changes in this version + func NewCommandClient(messageBus messaging.MessageClient, baseTopic string, timeout time.Duration) interfaces.CommandClient + func NewCommandClientWithNameFieldEscape(messageBus messaging.MessageClient, baseTopic string, timeout time.Duration) interfaces.CommandClient + type CommandClient struct + func (c *CommandClient) AllDeviceCoreCommands(_ context.Context, offset int, limit int) (responses.MultiDeviceCoreCommandsResponse, edgexErr.EdgeX) + func (c *CommandClient) DeviceCoreCommandsByDeviceName(_ context.Context, deviceName string) (responses.DeviceCoreCommandResponse, edgexErr.EdgeX) + func (c *CommandClient) IssueGetCommandByName(ctx context.Context, deviceName string, commandName string, dsPushEvent bool, ...) (*responses.EventResponse, edgexErr.EdgeX) + func (c *CommandClient) IssueGetCommandByNameWithQueryParams(_ context.Context, deviceName string, commandName string, ...) (*responses.EventResponse, edgexErr.EdgeX) + func (c *CommandClient) IssueSetCommandByName(_ context.Context, deviceName string, commandName string, ...) (commonDTO.BaseResponse, edgexErr.EdgeX) Other modules containing this package github.com/agile-edge/go-mod-messaging/v3