amber/srv_record

Types

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

Constructors

  • SrvRecord(priority: Int, weight: Int, port: Int, target: String)
Search Document