Phoenix.Sync.Writer.Context (Phoenix.Sync v0.6.1)
View SourceProvides context within callback functions.
Fields
- index- the 0-indexed position of the current operation within the transaction
- changes- the current- Ecto.Multichanges so far
- operation- the current- Phoenix.Sync.Writer.Context.Operation
- callback- the name of the current callback,- :pre_applyor- :post_apply
- schema- the- Ecto.Schemamodule associated with the current operation