This commit is contained in:
Rohan Shah 2016-09-11 12:16:25 +05:30
parent 470747bd8c
commit 4db1d0ce36

View File

@ -45,11 +45,11 @@ type Context struct {
handlers HandlersChain
index int8
engine *Engine
Keys map[string]interface{}
KeysLocker sync.RWMutex
Errors errorMsgs
Accepted []string
engine *Engine
Keys map[string]interface{}
KeysLocker sync.RWMutex
Errors errorMsgs
Accepted []string
}
var _ context.Context = &Context{}