//! Core multi-tenant types for DogRS.
/// A simple tenant identifier.
/// Later this can be a UUID, slug, or composite key.
;
/// Context carried with every DogRS operation.
///
/// This will be passed into services, hooks, and jobs so that
/// all logic is explicitly tenant-aware.