pub type SrvRecord { SrvRecord( priority: Int, weight: Int, port: Int, target: String, ) }
SrvRecord(priority: Int, weight: Int, port: Int, target: String)