mirror of
https://github.com/zitadel/zitadel.git
synced 2025-03-01 02:47:26 +00:00
12 lines
170 B
Go
12 lines
170 B
Go
package repository
|
|
|
|
type Repository interface {
|
|
Health() error
|
|
ProjectRepository
|
|
PolicyRepository
|
|
OrgRepository
|
|
UserRepository
|
|
UserGrantRepository
|
|
IamRepository
|
|
}
|