Facade
protocol Facade
Protocol for facade template persisting
-
Undocumented
Declaration
Swift
var migrationSet: MigrationSet? { get set } -
Undocumented
Declaration
Swift
var modifiables: [Modifiable] { get set } -
Undocumented
Declaration
Swift
var targetDirectory: Path { get set } -
Persists modifiables to files
Throws
error if writing failsDeclaration
Swift
func persist() throws -> [URL]Return Value
[URL]of file URLs
View on GitHub
Facade Protocol Reference