Orchestration initialization

This commit is contained in:
2026-04-06 16:40:19 -04:00
commit f87467104d
4 changed files with 199 additions and 0 deletions

10
go.work Normal file
View File

@@ -0,0 +1,10 @@
go 1.25.0
use (
./account-manager
./identity-manager
./libshared
./policy-manager
./role-manager
./upc
)