package binding import ( "git.sxidc.com/go-framework/baize/framework/core/api" "git.sxidc.com/go-framework/baize/framework/core/infrastructure" ) type Middleware func(c *api.Context, i *infrastructure.Infrastructure)