Documentation ¶
Index ¶
Constants ¶
View Source
const ( GraphQL ctxKey = "GRAPHQL" HashBody ctxKey = "HASH_BODY" IsMutationRequest ctxKey = "IS_MUTATION_REQUEST" )
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 { GraphQL ctx Key ctx Method ctx }
func GetContext ¶
func GetContext() *Context
func (*Context) Init ¶
func (c *Context) Init(co configurationtypes.AbstractConfigurationInterface)
Click to show internal directories.
Click to hide internal directories.