pub type NetAddr { NetAddr(transport: String, hostname: String, port: Int) }
NetAddr(transport: String, hostname: String, port: Int)