mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 01:12:07 +00:00
Merge branch 'basics' into proto-files
This commit is contained in:
7
pkg/management/api/config.go
Normal file
7
pkg/management/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