Add IAM scaffold modules
This commit is contained in:
8
iam/docs/README.md
Normal file
8
iam/docs/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# IAM Demo Structure
|
||||
|
||||
This folder is a lightweight example showing how files can be split by responsibility.
|
||||
|
||||
- cmd/iam/main.go creates the service.
|
||||
- internal/service wires dependencies.
|
||||
- internal/auth/jwt holds token logic.
|
||||
- internal/repo provides data access interfaces.
|
||||
Reference in New Issue
Block a user