Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { // PushOperation - pushes operation to EdgeX components. PushOperation([]string) (string, error) // FetchConfig - fetches config from EdgeX components. FetchConfig([]string) (string, error) // FetchMetrics - fetches metrics from EdgeX components. FetchMetrics(cmdArr []string) (string, error) // Ping - ping EdgeX SMA. Ping() (string, error) }
Click to show internal directories.
Click to hide internal directories.