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

8 lines
97 B
Go
Raw Normal View History

2020-12-31 09:42:48 +01:00
package handlers
type handlerContextKey int
const (
CtxAdminClient handlerContextKey = iota
)