mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-18 10:22:01 +00:00
8 lines
121 B
Go
8 lines
121 B
Go
package initialise
|
|
|
|
import "github.com/caos/zitadel/internal/database"
|
|
|
|
type Config struct {
|
|
Database database.Config
|
|
}
|