keiro-dsl-0.18.0.0: test/conformance-calendar-days/Generated/CalendarDays/ReplayAudit.hs
-- @generated by keiro-dsl 0.18.0.0 (language keiro-dsl 6) from context calendar-days replay-audit assembly; do not edit.
--
-- Deployment contract:
-- * replay-neutral diff: no data audit is required;
-- * affected diff: run AuditTargeted with the emitted affected set
-- against a production copy under the candidate binary;
-- * one-time runtime cutover: run AuditFull;
-- * any non-zero audit exit blocks deployment.
module Generated.CalendarDays.ReplayAudit (auditTargets) where
import Generated.CalendarDays.CalendarStore.EventStream qualified as CalendarStore
import Keiro.ReplayAudit (AuditTarget (..), SomeAuditTarget (..), streamInCategory)
import Keiro.Stream qualified as Stream
auditTargets :: [SomeAuditTarget]
auditTargets =
[ SomeAuditTarget
AuditTarget
{ eventStream = CalendarStore.calendarStoreEventStream
, category = Stream.categoryText CalendarStore.calendarStoreCategory
, mkStream = streamInCategory (Stream.categoryText CalendarStore.calendarStoreCategory)
}
]