Documentation
¶
Overview ¶
Package gxcontext provides a key-value context
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ValuesContext ¶
func NewValuesContext ¶
func NewValuesContext(ctx context.Context) *ValuesContext
func (*ValuesContext) Delete ¶ added in v0.3.0
func (c *ValuesContext) Delete(key interface{})
func (*ValuesContext) Get ¶
func (c *ValuesContext) Get(key interface{}) (interface{}, bool)
func (*ValuesContext) Set ¶
func (c *ValuesContext) Set(key interface{}, value interface{})
Click to show internal directories.
Click to hide internal directories.