feat: send learning business audit events
Some checks failed
CI / hygiene (push) Successful in 2s
Build and Deploy / build-and-deploy (push) Successful in 35s
CI / test (push) Failing after 24s

This commit is contained in:
Grendgi
2026-06-17 12:52:57 +03:00
parent 94dd530823
commit ae2ac23a3a
5 changed files with 406 additions and 3 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module learning-service
go 1.25.7
require (
gitea.estateliga.work/admin/portal-common v0.2.0
gitea.estateliga.work/admin/portal-common v0.3.0
github.com/go-chi/chi/v5 v5.2.5
github.com/google/uuid v1.6.0
github.com/jackc/pgx/v5 v5.9.1