mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add core/error/util files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package core
|
||||
|
||||
import "github.com/mayswind/lab/pkg/errs"
|
||||
|
||||
type MiddlewareHandlerFunc func(*Context)
|
||||
|
||||
type ApiHandlerFunc func(*Context) (interface{}, *errs.Error)
|
||||
Reference in New Issue
Block a user