mirror of
https://github.com/zitadel/zitadel.git
synced 2025-05-17 10:28:21 +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
|
|
}
|