mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 14:37:45 +00:00
7 lines
85 B
Go
7 lines
85 B
Go
|
package repository
|
||
|
|
||
|
type Repository interface {
|
||
|
Health() error
|
||
|
ProjectRepository
|
||
|
}
|