docs: add package comments to data layer packages

This commit is contained in:
2026-06-01 12:55:33 +02:00
parent b862b6e08b
commit 10c3923352
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package domain defines the core domain types and interfaces used across the application.
package domain
import (