Protocols

The following protocols are available globally.

  • Protocol model should atleast be Decodable

    Declaration

    Swift

    public protocol Model : Decodable
  • Protocol for a ModelStore that should have a network service

    See more

    Declaration

    Swift

    public protocol ModelStore
  • To provide the functionality which actually handles the network calls

    See more

    Declaration

    Swift

    public protocol NetworkService : AnyObject
  • Network server information and configuration

    See more

    Declaration

    Swift

    public protocol ServerInfo