keiro-dsl-0.9.0.0: test/conformance-scalar-expressions/Generated/AggregateScalarExpressions/ReplayAudit.hs
{-# LANGUAGE GADTs #-}
-- @generated by keiro-dsl 0.8.0.0 (language keiro-dsl 4) from context aggregate-scalar-expressions 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.AggregateScalarExpressions.ReplayAudit (auditTargets) where
import Generated.AggregateScalarExpressions.ScalarAccount.EventStream qualified as ScalarAccount
import Keiro.ReplayAudit (AuditTarget (..), SomeAuditTarget (..), streamInCategory)
import Keiro.Stream qualified as Stream
auditTargets :: [SomeAuditTarget]
auditTargets =
[ SomeAuditTarget
AuditTarget
{ eventStream = ScalarAccount.scalarAccountEventStream
, category = Stream.categoryText ScalarAccount.scalarAccountCategory
, mkStream = streamInCategory (Stream.categoryText ScalarAccount.scalarAccountCategory)
}
]