mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
01501c5087
* fix: only show factors with state ready * fix: get iam by id and clean up code * fix: get iam by id and clean up code * fix: remove unused code
8 lines
100 B
Go
8 lines
100 B
Go
package repository
|
|
|
|
type Repository interface {
|
|
ProjectRepository
|
|
OrgRepository
|
|
UserRepository
|
|
}
|