We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375187f commit d79ed6dCopy full SHA for d79ed6d
Sources/WebDAV/WebDAVFile.swift
@@ -20,7 +20,7 @@ public struct WebDAVFile: Identifiable, Codable, Equatable, Hashable {
20
public private(set) var size: Int
21
public private(set) var etag: String
22
23
- init(path: String, id: String, isDirectory: Bool, lastModified: Date, size: Int, etag: String) {
+ public init(path: String, id: String, isDirectory: Bool, lastModified: Date, size: Int, etag: String) {
24
self.path = path
25
self.id = id
26
self.isDirectory = isDirectory
0 commit comments