accbase
accbase copied to clipboard
基于Go Micro + Casbin + Gin + Gorm + JWT 用户认证和权限微服务
➜ /Users/michael/Development/go_work/src/accbase git:(master) ✗ >go run cli/main.go {"id":"go.micro.client","code":500,"detail":"service go.micro.srv.user: not found","status":"Internal Server Error"} ➜ /Users/michael/Development/go_work/src/accbase git:(master) ✗ >go run srv/user/main.go /# command-line-arguments srv/user/main.go:110:11: cannot use result (type []model.User) as type...
`➜ /Users/michael/Development/accbase git:(master) ✗ >go run srv/auth/main.go # accbase/srv/auth/proto srv/auth/proto/auth.pb.micro.go:44:6: AuthService redeclared in this block previous declaration at srv/auth/proto/auth.micro.go:36:6 srv/auth/proto/auth.pb.micro.go:51:6: authService redeclared in this block previous declaration at srv/auth/proto/auth.micro.go:43:6 srv/auth/proto/auth.pb.micro.go:56:6:...
谢谢。
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 2.4.0 to 3.3.0. Release notes Sourced from path-to-regexp's releases. Add backtracking protection Fixed Add backtrack protection to 3.x release (#321) d31670a https://github.com/pillarjs/path-to-regexp/compare/v3.2.0...v3.3.0 Match Function Added Add native...