Current section
Files
Jump to
Current section
Files
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())
}).