This commit is contained in:
hoteas
2017-08-23 07:35:49 +00:00
parent c01dc6b5af
commit 9f7c2ff992
9 changed files with 228 additions and 402 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
type Application struct {
Router
Error
contextBase
Port string //端口号
connectListener []func(this *Context) bool //所有的访问监听,true按原计划继续使用,false表示有监听器处理
connectDbFunc func(err ...*Error) *sql.DB