Documentation ¶
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 ¶
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.