mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-14 08:52:42 +08:00
Format
This commit is contained in:
parent
65a4600b11
commit
c9402e9816
@ -275,7 +275,7 @@ var targets: [PackageDescription.Target] = [
|
|||||||
.product(name: "NIOCore", package: "swift-nio"),
|
.product(name: "NIOCore", package: "swift-nio"),
|
||||||
.product(name: "NIOSSL", package: "swift-nio-ssl"),
|
.product(name: "NIOSSL", package: "swift-nio-ssl"),
|
||||||
.product(name: "X509", package: "swift-certificates"),
|
.product(name: "X509", package: "swift-certificates"),
|
||||||
.product(name: "SwiftASN1", package: "swift-asn1")
|
.product(name: "SwiftASN1", package: "swift-asn1"),
|
||||||
],
|
],
|
||||||
swiftSettings: strictConcurrencySettings
|
swiftSettings: strictConcurrencySettings
|
||||||
),
|
),
|
||||||
|
@ -12,10 +12,10 @@
|
|||||||
//
|
//
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
import SwiftASN1
|
|
||||||
import NIOConcurrencyHelpers
|
import NIOConcurrencyHelpers
|
||||||
import NIOSSL
|
import NIOSSL
|
||||||
import ServiceLifecycle
|
import ServiceLifecycle
|
||||||
|
import SwiftASN1
|
||||||
import X509
|
import X509
|
||||||
|
|
||||||
import struct NIOCore.TimeAmount
|
import struct NIOCore.TimeAmount
|
||||||
@ -112,7 +112,7 @@ public struct TimedCertificateReloader: CertificateReloader {
|
|||||||
|
|
||||||
/// The certificate's ``TimedCertificateReloader/Encoding``.
|
/// The certificate's ``TimedCertificateReloader/Encoding``.
|
||||||
public var format: Encoding
|
public var format: Encoding
|
||||||
|
|
||||||
/// Initialize a new ``TimedCertificateReloader/CertificateDescription``.
|
/// Initialize a new ``TimedCertificateReloader/CertificateDescription``.
|
||||||
/// - Parameters:
|
/// - Parameters:
|
||||||
/// - location: A ``TimedCertificateReloader/Location``.
|
/// - location: A ``TimedCertificateReloader/Location``.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user