mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-24 05:41:43 +02:00
Added package edgeapps
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
module github.com/edgebox-iot/sysctl/internal/tasks
|
||||
|
||||
go 1.15
|
||||
|
||||
require github.com/go-sql-driver/mysql v1.5.0
|
||||
|
||||
@@ -8,6 +8,7 @@ import (
|
||||
"strconv"
|
||||
|
||||
"github.com/edgebox-iot/sysctl/internal/diagnostics"
|
||||
"github.com/edgebox-iot/sysctl/internal/edgeapps"
|
||||
"github.com/edgebox-iot/sysctl/internal/utils"
|
||||
_ "github.com/go-sql-driver/mysql" // Mysql Driver
|
||||
)
|
||||
@@ -191,6 +192,7 @@ func taskSetupTunnel(args taskSetupTunnelArgs) string {
|
||||
func taskGetEdgeApps() string {
|
||||
|
||||
fmt.Println("Executing taskGetEdgeApps")
|
||||
edgeapps.GetEdgeApps()
|
||||
|
||||
// Saving information in the "options" table.
|
||||
return "OK"
|
||||
|
||||
Reference in New Issue
Block a user