Documentation ¶
Overview ¶
Package client implements REST client management functions
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clienter ¶
type Clienter interface { cipher.Setter // for servicemgr DoExecuteRemoteDevice(appInfo map[string]interface{}, target string) (err error) DoNotifyAppStatusRemoteDevice(statusNotificationInfo map[string]interface{}, appID uint64, target string) (err error) // for scoringmgr DoGetScoreRemoteDevice(devID string, endpoint string) (scoreValue float64, err error) }
Clienter interface
Directories ¶
Path | Synopsis |
---|---|
Package mocks is a generated GoMock package.
|
Package mocks is a generated GoMock package. |
Package restclient implements REST client functions to send reqeust to remote orchestration
|
Package restclient implements REST client functions to send reqeust to remote orchestration |
Click to show internal directories.
Click to hide internal directories.