package request type PanelSetting struct { Name string `json:"name"` Language string `json:"language"` Entrance string `json:"entrance"` WebsitePath string `json:"website_path"` BackupPath string `json:"backup_path"` Username string `json:"username"` Password string `json:"password"` Email string `json:"email"` Port string `json:"port"` HTTPS bool `json:"https"` Cert string `json:"cert"` Key string `json:"key"` }