mirror of
https://github.com/zitadel/zitadel.git
synced 2025-10-09 07:35:30 +00:00
add basic config and change i18n pkg
This commit is contained in:
7
pkg/admin/api/config.go
Normal file
7
pkg/admin/api/config.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
import "github.com/caos/zitadel/internal/api/grpc"
|
||||
|
||||
type Config struct {
|
||||
GRPC *grpc.Config
|
||||
}
|
Reference in New Issue
Block a user