Protocols
The following protocols are available globally.
-
Protocol for facade template persisting
See moreDeclaration
Swift
protocol Facade
-
Protocol all change types have to conform to
See moreDeclaration
Swift
protocol Changing : Decodable
-
Migrating protocol needs to be implemented by all migration types
See moreDeclaration
Swift
protocol Migrating
-
Protocol all source code types (structs, enums, etc.) must conform to
See moreDeclaration
Swift
protocol Modifiable
-
Protocol all templates need to conform to
See moreDeclaration
Swift
protocol CodeTemplate