package binding import ( "git.sxidc.com/go-framework/baize/framework/core/api" "git.sxidc.com/go-framework/baize/framework/core/infrastructure" ) // Middleware binder使用的中间件 type Middleware func(c *api.Context, i *infrastructure.Infrastructure)