mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-14 17:02:43 +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: "NIOSSL", package: "swift-nio-ssl"),
|
||||
.product(name: "X509", package: "swift-certificates"),
|
||||
.product(name: "SwiftASN1", package: "swift-asn1")
|
||||
.product(name: "SwiftASN1", package: "swift-asn1"),
|
||||
],
|
||||
swiftSettings: strictConcurrencySettings
|
||||
),
|
||||
|
@ -12,10 +12,10 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
import SwiftASN1
|
||||
import NIOConcurrencyHelpers
|
||||
import NIOSSL
|
||||
import ServiceLifecycle
|
||||
import SwiftASN1
|
||||
import X509
|
||||
|
||||
import struct NIOCore.TimeAmount
|
||||
@ -112,7 +112,7 @@ public struct TimedCertificateReloader: CertificateReloader {
|
||||
|
||||
/// The certificate's ``TimedCertificateReloader/Encoding``.
|
||||
public var format: Encoding
|
||||
|
||||
|
||||
/// Initialize a new ``TimedCertificateReloader/CertificateDescription``.
|
||||
/// - Parameters:
|
||||
/// - location: A ``TimedCertificateReloader/Location``.
|
||||
|
Loading…
x
Reference in New Issue
Block a user