mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
e87fca28e7
* feat: check if zitadel project is changed * feat: check if zitadel project is changed
12 lines
170 B
Go
12 lines
170 B
Go
package repository
|
|
|
|
type Repository interface {
|
|
Health() error
|
|
ProjectRepository
|
|
PolicyRepository
|
|
OrgRepository
|
|
UserRepository
|
|
UserGrantRepository
|
|
IamRepository
|
|
}
|