add ent schemas and project docs

This commit is contained in:
2026-01-21 21:18:44 +01:00
parent 19ec9f3c17
commit f958c5b813
9 changed files with 473 additions and 1 deletions

View File

@@ -2,4 +2,8 @@ module gitea.maison43.duckdns.org/gilles/matosbox
go 1.23
require github.com/gin-gonic/gin v1.10.0
require (
entgo.io/ent v0.13.1
github.com/gin-gonic/gin v1.10.0
github.com/google/uuid v1.6.0
)