docs: project docs, scripts, deployment configs, and evidence

This commit is contained in:
2026-04-02 11:22:17 +08:00
parent 4718980ab5
commit bbeeb63dfa
396 changed files with 165018 additions and 0 deletions

35
vet_err.txt Normal file
View File

@@ -0,0 +1,35 @@
# github.com/user-management-system/internal/database
internal\database\db.go:91:13: cannot use "admin@example.com" (untyped string constant) as *string value in struct literal
# github.com/user-management-system/internal/domain
# [github.com/user-management-system/internal/domain]
vet.exe: internal\domain\user_test.go:12:14: cannot use "test@example.com" (untyped string constant) as *string value in struct literal
# github.com/user-management-system/internal/service
internal\service\auth.go:265:13: cannot use req.Email (variable of type string) as *string value in struct literal
internal\service\auth.go:266:13: cannot use req.Phone (variable of type string) as *string value in struct literal
internal\service\auth.go:295:13: cannot use user.Email (variable of type *string) as string value in struct literal
internal\service\auth.go:296:13: cannot use user.Phone (variable of type *string) as string value in struct literal
internal\service\auth.go:372:13: cannot use user.Email (variable of type *string) as string value in struct literal
internal\service\auth.go:373:13: cannot use user.Phone (variable of type *string) as string value in struct literal
internal\service\auth.go:419:13: cannot use user.Email (variable of type *string) as string value in struct literal
internal\service\auth.go:420:13: cannot use user.Phone (variable of type *string) as string value in struct literal
internal\service\auth.go:444:13: cannot use user.Email (variable of type *string) as string value in struct literal
internal\service\auth.go:445:13: cannot use user.Phone (variable of type *string) as string value in struct literal
internal\service\auth.go:445:13: too many errors
# github.com/user-management-system/internal/repository
# [github.com/user-management-system/internal/repository]
vet.exe: internal\repository\user_repository_test.go:24:13: cannot use "test@example.com" (untyped string constant) as *string value in struct literal
# github.com/user-management-system/internal/database
# [github.com/user-management-system/internal/database]
vet.exe: internal\database\db.go:91:13: cannot use "admin@example.com" (untyped string constant) as *string value in struct literal
# github.com/user-management-system/internal/integration
# [github.com/user-management-system/internal/integration]
vet.exe: internal\integration\integration_test.go:81:14: cannot use "13800138000" (untyped string constant) as *string value in struct literal
# github.com/user-management-system/internal/concurrent
# [github.com/user-management-system/internal/concurrent]
vet.exe: internal\concurrent\concurrent_test.go:326:15: cannot use "concurrent@example.com" (untyped string constant) as *string value in struct literal
# github.com/user-management-system/internal/performance
# [github.com/user-management-system/internal/performance]
vet.exe: internal\performance\performance_test.go:114:13: cannot use "bench@example.com" (untyped string constant) as *string value in struct literal
# github.com/user-management-system/internal/service
# [github.com/user-management-system/internal/service]
vet.exe: internal\service\auth.go:265:13: cannot use req.Email (variable of type string) as *string value in struct literal