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.

Server Info Struct

  • This is the information for each server that provides the service.

    Do not instantiate this. It is provided by the query instance.

    See more

    Declaration

    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]