This repository has been archived on 2022-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
hydra_oidc_poc/idp/handlers/common.go
2020-12-31 10:22:56 +01:00

8 lines
97 B
Go

package handlers
type handlerContextKey int
const (
CtxAdminClient handlerContextKey = iota
)