Skip to content

Commit 906316b

Browse files
committed
Periphery ignores
1 parent 6c877e8 commit 906316b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Modules/Sources/Networking/Model/POSProduct.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public struct POSProduct: Codable, Equatable, GeneratedCopiable, GeneratedFakeab
1313
public let name: String
1414
public let productTypeKey: String
1515
public let fullDescription: String?
16+
// periphery:ignore - Will be used for search in future
1617
public let shortDescription: String?
1718
public let sku: String?
1819
public let globalUniqueID: String?

Modules/Sources/Networking/Model/POSProductVariation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public struct POSProductVariation: Codable, Equatable, GeneratedCopiable, Genera
1717
public let attributes: [ProductVariationAttribute]
1818
public let image: ProductImage?
1919

20+
// periphery:ignore - Will be used for search in future
2021
public let fullDescription: String?
2122
public let sku: String?
2223
public let globalUniqueID: String?

0 commit comments

Comments
 (0)