This website requires JavaScript.
Explore
Help
Sign In
jpt
/
edgeboxctl
mirror of
https://github.com/edgebox-iot/edgeboxctl
Watch
1
Star
0
Fork
You've already forked edgeboxctl
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0af4a7a698
edgeboxctl
/
internal
/
diagnostics
/
diagnostics.go
6 lines
79 B
Go
Raw
Normal View
History
Unescape
Escape
Structure
2021-02-11 21:31:32 +01:00
package
diagnostics
[WIP] Support for cloud version (#17) * Added build-cloud to Makefile * Fix env var key GOOS * Added taskSetReleaseVersion for edgeboxctl version option write into DB * taskGetSystemUptime to run every 5 ticks * Added support for detecting main disk in cloud version * Added missing import * Finding main device in test * Refactored GetDevices and test to use release_version * Added utils.getIP function, set to run as a 60 tick scheduled task * Added taskEnablePublicDashboard and taskDisablePublicDashboard * Added utils.WriteOption and refactor, added enablePublicDashb0oard * Finalizing online support for dashboard, cloud version support * Added task SetupCloudOptions * Added couple of func description comments * Early return statement (thanks @inverse) * Using IsPublicDashboard in DisablePublicDashboard func * Added constants for release version and device types, added diagnostics.GetReleaseVersion * Removed codecov from test action
2022-02-06 15:37:50 +01:00
var
Version
string
Structure
2021-02-11 21:31:32 +01:00
var
Commit
string
var
BuildDate
string