Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonClient ¶
type CommonClient interface {
// Configuration obtains configuration information from the target service.
Configuration(ctx context.Context) (common.ConfigResponse, errors.EdgeX)
// Metrics obtains metrics information from the target service.
Metrics(ctx context.Context) (common.MetricsResponse, errors.EdgeX)
// Ping tests whether the service is working
Ping(ctx context.Context) (common.PingResponse, errors.EdgeX)
// Version obtains version information from the target service.
Version(ctx context.Context) (common.VersionResponse, errors.EdgeX)
}
type EventClient ¶ added in v0.1.115
type EventClient interface {
// Add adds new events
Add(ctx context.Context, reqs []requests.AddEventRequest) ([]common.BaseWithIdResponse, errors.EdgeX)
}
EventClient defines the interface for interactions with the Event endpoint on the EdgeX Foundry core-data service.
Click to show internal directories.
Click to hide internal directories.