Initial cloud-services repo - gateway service + pkg modules
This commit is contained in:
5
pkg/common/context/value_keys.go
Normal file
5
pkg/common/context/value_keys.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package context
|
||||
|
||||
type ContextType string
|
||||
|
||||
const ProviderKey ContextType = "auth_provider"
|
||||
Reference in New Issue
Block a user