mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 10:17:34 +00:00
add documentation
This commit is contained in:
5
backend/v3/storage/database/repository/doc.go
Normal file
5
backend/v3/storage/database/repository/doc.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// Package implements the repositories defined in the domain package.
|
||||
// The repositories are used by the domain package to access the database.
|
||||
// the inheritance.sql file is me over-engineering table inheritance.
|
||||
// I would create a user table which is inherited by human_user and machine_user and the same for objects like idps.
|
||||
package repository
|
Reference in New Issue
Block a user