Static Methodheckj.formic 0.3.0Formic
resolve(_:)
NetworkAddress.swift:45static func resolve(_ name: String?) async -> NetworkAddress?
static func resolve(_ name: String?) async -> NetworkAddress?
s6Formic10RemoteHostV14NetworkAddressV7resolveyAESgSSSgYaFZ
What are these?1XIRD
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
struct NetworkAddress
A network address, either an IP address or a DNS name.
struct RemoteHost
A local or remote host.
@frozen struct String
A Unicode string value that is a collection of characters.
init?(_ address: IPv4Address?)
init?(_ name: String)
init(_ address: IPv4Address)
init?(argument: String)
Creates a new network address from a string.
init(from decoder: any Decoder) throws
static let localhost: RemoteHost.NetworkAddress
let address: IPv4Address
let dnsName: String?