Options

public struct Options
  • Declaration

    Swift

    public let wacUrl: String
  • Declaration

    Swift

    public let fileSharingUrl: String
  • Declaration

    Swift

    public let logLevel: Level
  • Declaration

    Swift

    public init(wacUrl: String = "https://localhost:8080",
                fileSharingUrl: String = "https://localhost:8080",
                logLevel: Level = .debug)