Protocol
AsyncModelMiddleware
protocol AsyncModelMiddleware : AnyModelMiddleware
Topics
Associated Types
Instance Methods
func create(model: Self.Model, on: any Database, next: any AnyAsyncModelResponder) async throwsfunc delete(model: Self.Model, force: Bool, on: any Database, next: any AnyAsyncModelResponder) async throwsfunc restore(model: Self.Model, on: any Database, next: any AnyAsyncModelResponder) async throwsfunc softDelete(model: Self.Model, on: any Database, next: any AnyAsyncModelResponder) async throwsfunc update(model: Self.Model, on: any Database, next: any AnyAsyncModelResponder) async throws
Relationships
Inherits From
AnyModelMiddlewareSwift.SendableSwift.SendableMetatype