oidc-registration/services/hydra_admin.go

8 lines
87 B
Go
Raw Permalink Normal View History

2021-09-11 10:04:25 +00:00
package services
type serviceCtxId int
const (
CtxAdminClient serviceCtxId = iota
)