mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 17:09:42 +01:00
Support typed errors. Misc formatting
This commit is contained in:
@@ -37,5 +37,12 @@ public protocol SchemaMappingProvider {
|
||||
/**
|
||||
Do not call directly.
|
||||
*/
|
||||
func cs_createMappingModel(from sourceSchema: DynamicSchema, to destinationSchema: DynamicSchema, storage: LocalStorage) throws -> (mappingModel: NSMappingModel, migrationType: MigrationType)
|
||||
func cs_createMappingModel(
|
||||
from sourceSchema: DynamicSchema,
|
||||
to destinationSchema: DynamicSchema,
|
||||
storage: LocalStorage
|
||||
) throws(CoreStoreError) -> (
|
||||
mappingModel: NSMappingModel,
|
||||
migrationType: MigrationType
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user