Documentation ¶
Overview ¶
Package distro provides a client for integration with the export-distro service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DistroClient ¶
type DistroClient interface { // NotifyRegistrations facilitates several kinds of updates to registered export clients while the service is running. NotifyRegistrations(models.NotifyUpdate, context.Context) error }
DistroClient defines the interface for interactions with the EdgeX Foundry export-distro service.
func NewDistroClient ¶
func NewDistroClient(params types.EndpointParams, m clients.Endpointer) DistroClient
NewDistroClient creates an instance of DistroClient
Click to show internal directories.
Click to hide internal directories.