middleware.go 221 B

12345678
  1. package binding
  2. import (
  3. "git.sxidc.com/go-framework/baize/framework/core/api"
  4. "git.sxidc.com/go-framework/baize/framework/core/infrastructure"
  5. )
  6. type Middleware func(c *api.Context, i *infrastructure.Infrastructure)