summaryrefslogtreecommitdiffhomepage
path: root/ios/RelayCache/CachedRelays.swift
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-06-12 11:52:10 +0200
committerAndrej Mihajlov <and@mullvad.net>2023-06-13 16:25:10 +0200
commitb6a59eb7d162c97dd8827eeed46cfca7d2eef171 (patch)
treee527fc18d4eff5699bad03b7acbb685972a2b5fd /ios/RelayCache/CachedRelays.swift
parente84905793ac54c4768a416f76dd4589e1f66fcf1 (diff)
downloadmullvadvpn-b6a59eb7d162c97dd8827eeed46cfca7d2eef171.tar.xz
mullvadvpn-b6a59eb7d162c97dd8827eeed46cfca7d2eef171.zip
Replace Caching type with FileCache<Content: Codable>
Diffstat (limited to 'ios/RelayCache/CachedRelays.swift')
-rw-r--r--ios/RelayCache/CachedRelays.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/RelayCache/CachedRelays.swift b/ios/RelayCache/CachedRelays.swift
index 75a775c650..499eb9cde3 100644
--- a/ios/RelayCache/CachedRelays.swift
+++ b/ios/RelayCache/CachedRelays.swift
@@ -10,7 +10,7 @@ import Foundation
import MullvadREST
/// A struct that represents the relay cache on disk
-public struct CachedRelays: Codable {
+public struct CachedRelays: Codable, Equatable {
/// E-tag returned by server
public let etag: String?