package models import ( "encoding/xml" ) type Configurations struct { XMLName xml.Name `xml:"configurations"` }