Add Audit cababilities. First try on deleteOne

This commit is contained in:
George Suntres
2026-04-23 13:19:20 -04:00
parent 49a1d24660
commit f0c0c55e89
11 changed files with 402 additions and 35 deletions

3
go.mod
View File

@@ -3,7 +3,8 @@ module git.gsuntres.com/general/mongo
go 1.25.0
require (
git.gsuntres.com/general/commons v0.0.0-20260422140002-55de9c34e8c1
git.gsuntres.com/general/commons v0.0.0-20260423171748-0ce3f3b5eb8c
git.gsuntres.com/general/events v0.0.0-20260423140000-1435849fb2c0
git.gsuntres.com/general/sys v0.0.1
github.com/go-viper/mapstructure/v2 v2.5.0
github.com/google/go-cmp v0.7.0