package models type Configuration struct { CfgFileName string `json:"cfgFileName,omitempty"` Services []Service `json:"services,omitempty"` }