Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ContextData ¶
type ContextData map[string]interface{}
func (ContextData) Del ¶
func (data ContextData) Del(key string) (value interface{}, ok bool)
func (ContextData) Get ¶
func (data ContextData) Get(key string) (value interface{}, ok bool)
func (ContextData) Len ¶
func (data ContextData) Len() int
func (ContextData) Set ¶
func (data ContextData) Set(key string, value interface{}) interface{}
Click to show internal directories.
Click to hide internal directories.