mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 19:14:23 +00:00
8 lines
107 B
Go
8 lines
107 B
Go
|
package api
|
||
|
|
||
|
import "github.com/caos/zitadel/internal/api/grpc"
|
||
|
|
||
|
type Config struct {
|
||
|
GRPC *grpc.Config
|
||
|
}
|