Protocols

The following protocols are available globally.

  • Protocol representing a target to issue REST API.

    See more

    Declaration

    Swift

    public protocol Target
  • Base protocol for query clause struct.

    Declaration

    Swift

    public protocol QueryClause: BaseClause
  • Protocol represents Predicate

    See more

    Declaration

    Swift

    public protocol Predicate
  • Base protocol for trigger clause structs.

    Declaration

    Swift

    public protocol TriggerClause: BaseClause