Protocols

The following protocols are available globally.

  • Protocol for facade template persisting

    See more

    Declaration

    Swift

    protocol Facade
  • Protocol all change types have to conform to

    See more

    Declaration

    Swift

    protocol Changing : Decodable
  • Migrating protocol needs to be implemented by all migration types

    See more

    Declaration

    Swift

    protocol Migrating
  • Protocol all source code types (structs, enums, etc.) must conform to

    See more

    Declaration

    Swift

    protocol Modifiable
  • Protocol all templates need to conform to

    See more

    Declaration

    Swift

    protocol CodeTemplate