enter.go 185 B

12345678910
  1. package router
  2. import "github.com/flipped-aurora/gin-vue-admin/server/plugin/announcement/api"
  3. var (
  4. Router = new(router)
  5. apiInfo = api.Api.Info
  6. )
  7. type router struct{ Info info }