mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-26 23:51:42 +00:00
6 lines
66 B
Go
6 lines
66 B
Go
|
|
package repository
|
||
|
|
|
||
|
|
type Repository interface {
|
||
|
|
Health() error
|
||
|
|
}
|