Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_ergonomics_UnitOfWork.hrl
Raw

include/lightspeed@data_ergonomics_UnitOfWork.hrl

-record(unit_of_work, {
name :: binary(),
operations :: list(lightspeed@data_ergonomics:unit_operation())
}).