Skip to content

src/dazzle_back/specs/backend_spec.py

Generated: 2026-03-30T04:38:48.723391+00:00

Commit: 615f1354a103

Language: python

Scope: dazzle_back

Purpose

BackendSpec - Main backend specification aggregate.

This is the root type that contains all backend specifications.

Key Exports

  • BackendSpec
  • get_entity
  • get_service
  • get_endpoint
  • get_role
  • get_endpoints_for_service
  • get_services_for_entity
  • get_channel
  • get_message
  • get_messages_for_channel
  • validate_references
  • stats

Dependencies

Imports

  • typing.Any
  • pydantic.BaseModel
  • pydantic.ConfigDict
  • pydantic.Field
  • dazzle.core.ir.personas.PersonaSpec
  • dazzle.core.ir.surfaces.SurfaceSpec
  • dazzle.core.ir.workspaces.WorkspaceSpec
  • dazzle_back.specs.auth.AuthRuleSpec
  • dazzle_back.specs.auth.RoleSpec
  • dazzle_back.specs.auth.TenancyRuleSpec
  • dazzle_back.specs.channel.ChannelSpec
  • dazzle_back.specs.channel.MessageSpec
  • dazzle_back.specs.endpoint.EndpointSpec
  • dazzle_back.specs.entity.EntitySpec
  • dazzle_back.specs.service.ServiceSpec

Event Interactions

None detected.

Invariants and Assumptions

No invariants documented.

Tests

  • tests/unit/test_specs.py

Notes

This page was automatically generated by tools/gen_reference_docs.py.