mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
a4763b1e4c
* features * features * features * fix json tags * add features handler to auth * mocks for tests * add setup step * fixes * add featurelist to auth api * grandfather state and typos * typo * merge new-eventstore * fix login policy tests * label policy in features * audit log retention
12 lines
172 B
Go
12 lines
172 B
Go
package repository
|
|
|
|
type Repository interface {
|
|
Health() error
|
|
ProjectRepository
|
|
OrgRepository
|
|
UserRepository
|
|
UserGrantRepository
|
|
IamRepository
|
|
FeaturesRepository
|
|
}
|