Documentation
¶
Index ¶
- func DependantApplicationUpdate(applicationUUID int, targetCommit string) error
- func DependantApplicationsList() ([]byte, []error)
- func DependantDeviceInfo() error
- func DependantDeviceInfoUpdateWithOnlineState(UUID, status, commit string, online bool) []error
- func DependantDeviceInfoUpdateWithoutOnlineState(UUID, status, commit string) []error
- func DependantDeviceLog(UUID, message string) []error
- func DependantDeviceProvision(applicationUUID int) (string, string, interface{}, interface{}, []error)
- func DependantDevicesList() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DependantApplicationUpdate ¶
DependantApplicationUpdate downloads the binary.tar for a specific application and target commit Saving it to {ENM_ASSETS_DIRECTORY}/{applicationUUID}/{targetCommit}/binary.tar
func DependantApplicationsList ¶
DependantApplicationsList returns all dependant applications assigned to the edge-node-manager
func DependantDeviceInfo ¶
func DependantDeviceInfo() error
DependantDeviceInfo returns a single dependant device assigned to the edge-node-manager
func DependantDeviceInfoUpdateWithOnlineState ¶ added in v0.1.1
DependantDeviceInfoUpdateWithOnlineState transmits status, commit and is_online for a specific device
func DependantDeviceInfoUpdateWithoutOnlineState ¶ added in v0.1.1
DependantDeviceInfoUpdateWithoutOnlineState transmits status and commit specific device
func DependantDeviceLog ¶
DependantDeviceLog transmits a log message and timestamp for a specific device
func DependantDeviceProvision ¶
func DependantDeviceProvision(applicationUUID int) (string, string, interface{}, interface{}, []error)
DependantDeviceProvision provisions a single dependant device to a specific application
func DependantDevicesList ¶
func DependantDevicesList() error
DependantDevicesList returns all dependant devices assigned to the edge-node-manager
Types ¶
This section is empty.