packages feed

keiro-dsl-0.17.0.0: test/conformance-structural-nominals/Generated/StructuralNominalLeaves/ReplayAudit.hs

-- @generated by keiro-dsl 0.17.0.0 (language keiro-dsl 6) from context structural-nominal-leaves 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.StructuralNominalLeaves.ReplayAudit (auditTargets) where

import Generated.StructuralNominalLeaves.TemplateCatalog.EventStream qualified as TemplateCatalog
import Keiro.ReplayAudit (AuditTarget (..), SomeAuditTarget (..), streamInCategory)
import Keiro.Stream qualified as Stream

auditTargets :: [SomeAuditTarget]
auditTargets =
  [ SomeAuditTarget
      AuditTarget
        { eventStream = TemplateCatalog.templateCatalogEventStream
        , category = Stream.categoryText TemplateCatalog.templateCatalogCategory
        , mkStream = streamInCategory (Stream.categoryText TemplateCatalog.templateCatalogCategory)
        }
  ]