mirror of
https://github.com/cuigh/swirl
synced 2025-06-26 18:16:50 +00:00
Refactor code
This commit is contained in:
@@ -26,7 +26,7 @@ func eventSearch(b biz.EventBiz) web.HandlerFunc {
|
||||
return func(ctx web.Context) (err error) {
|
||||
var (
|
||||
args = &model.EventSearchArgs{}
|
||||
events []*biz.Event
|
||||
events []*model.Event
|
||||
total int
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user