Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_plane_huge_BudgetResult.hrl
Raw

include/lightspeed@data_plane_huge_BudgetResult.hrl

-record(budget_result, {
workload :: binary(),
passed :: boolean(),
reason :: binary()
}).