1
0
mirror of https://github.com/astaxie/beego.git synced 2025-09-18 08:02:10 +00:00
This commit is contained in:
astaxie
2013-11-26 14:13:23 +08:00
parent f9e732b5ce
commit b16ef12ac0
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ type FilterRouter struct {
regex *regexp.Regexp
filterFunc FilterFunc
hasregex bool
params map[int]string
}
func (mr *FilterRouter) ValidRouter(router string) bool {