mirror of
https://github.com/astaxie/beego.git
synced 2025-07-04 16:00:19 +00:00
uing pkg module
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
package beego
|
||||
|
||||
import "github.com/astaxie/beego/context"
|
||||
import "github.com/astaxie/beego/pkg/context"
|
||||
|
||||
// FilterFunc defines a filter function which is invoked before the controller handler is executed.
|
||||
type FilterFunc func(*context.Context)
|
||||
|
Reference in New Issue
Block a user