package
0.0.0-20241208201801-dbc831e972f9
Repository: https://github.com/edgebox-iot/edgeboxctl.git
Documentation: pkg.go.dev

# Functions

DisableOnline : Removes env files necessary for system external access config.
No description provided by the author
EnableOnline : Write environment file and rebuild the necessary containers.
No description provided by the author
GetEdgeApp : Returns a EdgeApp struct with the current application information.
GetEdgeApps : Returns a list of all available EdgeApps in structs filled with information.
GetEdgeAppServices : Returns a.
GetEdgeAppStatus : Returns a struct representing the current status of the EdgeApp.
No description provided by the author
No description provided by the author
No description provided by the author
RunEdgeApp : Run an EdgeApp and return its most current status.
No description provided by the author
No description provided by the author
No description provided by the author
StartAllEdgeApps: Starts all EdgeApps and returns a count of how many were started.
StopAllEdgeApps: Stops all EdgeApps and returns a count of how many were stopped.
StopEdgeApp : Stops an EdgeApp and return its most current status.

# Structs

EdgeApp : Struct representing an EdgeApp in the system.
No description provided by the author
No description provided by the author
EdgeAppService : Struct representing a single container that can be part of an EdgeApp package.
EdgeAppStatus : Struct representing possible EdgeApp statuses (code + description).
MaybeEdgeApp : Boolean flag for validation of edgeapp existance.