package config type vberConfig struct { Name string `yaml:"name"` Description string `yaml:"description"` Version string `yaml:"version"` WebPort int `yaml:"webPort"` CmdPort int `yaml:"cmdPort"` FwdPort int `yaml:"fwdPort"` Mode string `yaml:"mode"` }