Documentation
¶
Index ¶
Constants ¶
View Source
const ( GraphQL ctxKey = "GRAPHQL" HashBody ctxKey = "HASH_BODY" IsMutationRequest ctxKey = "IS_MUTATION_REQUEST" )
View Source
const CacheName ctxKey = "CACHE_NAME"
View Source
const (
Key ctxKey = "CACHE_KEY"
)
View Source
const SupportedMethod ctxKey = "SUPPORTED_METHOD"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct {
CacheName ctx
GraphQL ctx
Key ctx
Method ctx
}
func GetContext ¶
func GetContext() *Context
func (*Context) Init ¶
func (c *Context) Init(co configurationtypes.AbstractConfigurationInterface)
func (*Context) SetBaseContext ¶ added in v1.6.14
Click to show internal directories.
Click to hide internal directories.