directory
Version:
v1.0.23
Opens a new window with list of versions in this module.
Published: Feb 8, 2026
License: MIT
Opens a new window with license information.
README
¶
Domain Layer
This directory contains domain-level definitions used across the application. It is divided into three main parts:
record/: Internal representations of data (similar to entities or data models).
requests/: Request payload models for APIs (used for validation and binding).
response/: Response payload models returned to clients (including structured success and error responses).
Each subdirectory is modularized by domain (auth, user, role, etc.) for scalability and ease of maintenance.
Directories
¶
Click to show internal directories.
Click to hide internal directories.