mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-10 10:02:13 +00:00
feat: merge master
This commit is contained in:
@@ -15,7 +15,7 @@ type Gateway struct {
|
||||
cutomHeaders []string
|
||||
}
|
||||
|
||||
func StartGateway(conf *grpc_util.GatewayConfig) *Gateway {
|
||||
func StartGateway(conf grpc_util.GatewayConfig) *Gateway {
|
||||
return &Gateway{
|
||||
grpcEndpoint: conf.GRPCEndpoint,
|
||||
port: conf.Port,
|
||||
|
||||
@@ -15,7 +15,7 @@ type Server struct {
|
||||
searchLimit int
|
||||
}
|
||||
|
||||
func StartServer(conf *grpc_util.ServerConfig) *Server {
|
||||
func StartServer(conf grpc_util.ServerConfig) *Server {
|
||||
return &Server{
|
||||
port: conf.Port,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user