made Category public property
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
07cf145686
commit
669a4c4726
@ -24,10 +24,10 @@ public struct ModelRegistry {
|
||||
}
|
||||
|
||||
public struct Category {
|
||||
var name: String
|
||||
var codingKey: String
|
||||
var instanceTypes: [String: ModelProtocol.Type] = [:]
|
||||
var handlerTypes: [String: ModelHandlerProtocol.Type] = [:]
|
||||
public var name: String
|
||||
public var codingKey: String
|
||||
public var instanceTypes: [String: ModelProtocol.Type] = [:]
|
||||
public var handlerTypes: [String: ModelHandlerProtocol.Type] = [:]
|
||||
}
|
||||
|
||||
public static var categories: [String: Category] = [:]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user