diff options
Diffstat (limited to 'pkg/key/init.go')
| -rw-r--r-- | pkg/key/init.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pkg/key/init.go b/pkg/key/init.go deleted file mode 100644 index 2c67e05..0000000 --- a/pkg/key/init.go +++ /dev/null @@ -1,10 +0,0 @@ -package key - -import ( - "github.com/xlgmokha/x/pkg/context" - "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/app/domain" - "gitlab.com/gitlab-org/software-supply-chain-security/authorization/sparkled/pkg/oidc" -) - -var CurrentUser context.Key[*domain.User] = context.Key[*domain.User]("current_user") -var IDToken context.Key[*oidc.IDToken] = context.Key[*oidc.IDToken]("id_token") |
