remove storage from server

This commit is contained in:
Tim Möhlmann
2023-11-13 19:38:52 +02:00
parent 292d7d85dd
commit 9c0f38ef94
4 changed files with 8 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ import (
"github.com/zitadel/oidc/v3/pkg/oidc"
"github.com/zitadel/oidc/v3/pkg/op"
"github.com/zitadel/zitadel/internal/auth/repository"
"github.com/zitadel/zitadel/internal/command"
"github.com/zitadel/zitadel/internal/crypto"
"github.com/zitadel/zitadel/internal/query"
@@ -18,9 +19,9 @@ import (
type Server struct {
http.Handler
storage *OPStorage
*op.LegacyServer
repo repository.Repository
query *query.Queries
command *command.Commands
keySet *keySetCache