runFunction camel name

This commit is contained in:
JessonChan 2015-09-18 18:34:07 +08:00
parent 56032c67af
commit 983bac986a
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ type controllerInfo struct {
controllerType reflect.Type
methods map[string]string
handler http.Handler
runFunction FilterFunc
runFunction FilterFunc
routerType int
}