Service
public struct Service
This breaks down the information for each type of service.
Do not instantiate this. It is provided by the query instance.
-
This is the information for each server that provides the service.
Do not instantiate this. It is provided by the query instance.
See moreDeclaration
Swift
public struct Server
-
The name of the service.
Declaration
Swift
public let name: String
-
An array of servers that are provided by this service.
Declaration
Swift
public let servers: [Server]