Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@operations_kit_Runbook.hrl
Raw

include/lightspeed@ops@operations_kit_Runbook.hrl

-record(runbook, {
domain :: lightspeed@ops@operations_kit:domain(),
name :: binary(),
trigger :: binary(),
steps :: list(lightspeed@ops@operations_kit:step())
}).