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 handlers HandlersChain
index int8 index int8
engine *Engine engine *Engine
Keys map[string]interface{} Keys map[string]interface{}
KeysLocker sync.RWMutex KeysLocker sync.RWMutex
Errors errorMsgs Errors errorMsgs
Accepted []string Accepted []string
} }
var _ context.Context = &Context{} var _ context.Context = &Context{}