 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package stack provides shortcuts for applications that need just one top level stack
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Check ¶
Check may be used in to compose Wrapper with inner middleware stacks like in It checks if the wrappers context requirements are fulfilled by the top level context stack.Use( wrap.New(stack.Check(wrapper1), stack.Check(wrapper2)) )
func New ¶
func New(inject wrap.ContextInjecter)
New checks inject for validity and sets it as the global top level context
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.