6 lines
90 B
Go
6 lines
90 B
Go
package context
|
|
|
|
type ContextType string
|
|
|
|
const ProviderKey ContextType = "auth_provider"
|