package
0.0.0-20240606185916-b63c8e6aadc8
Repository: https://github.com/smart-edge-open/edge-services.git
Documentation: pkg.go.dev

# Functions

InitConfig load configuration from cfg file.
RunServices starts the services provided in slice.
WaitForServices waits for services to finish.

# Variables

Cfg is variable that stores config.
Log is varable that represents logger object.

# Structs

EnrollConfig is struct that stores configuration of enrollment read from json file.
MainConfig is struct that stores configuration read from json file.

# Type aliases

StartFunction is func typedef for starting service.