# Functions
InitConfig load configuration from cfg file.
RunServices starts the services provided in slice.
WaitForServices waits for services to finish.
# 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.