package config type Server struct { Port string Domain string RootPath string `yaml:"root-path"` }