Added various functions to edgeapps package, working GetEdgeApps func running as scheduled task

This commit is contained in:
Paulo Truta
2021-02-17 01:08:10 +01:00
parent fc5b342c89
commit 5a97caacff
3 changed files with 77 additions and 45 deletions
+2 -1
View File
@@ -192,7 +192,8 @@ func taskSetupTunnel(args taskSetupTunnelArgs) string {
func taskGetEdgeApps() string {
fmt.Println("Executing taskGetEdgeApps")
edgeapps.GetEdgeApps()
log.Println(edgeapps.GetEdgeApps())
// Saving information in the "options" table.
return "OK"