shippy-user-service icon indicating copy to clipboard operation
shippy-user-service copied to clipboard

Results 2 shippy-user-service issues
Sort by recently updated
recently updated
newest added

I want use auto increment ID as user ID,not UUID,so what should I do? Thank U so much!

# github.com/EwanValentine/shippy-user-service ./main.go: undefined: go_micro_srv_user.RegisterUserServiceHandler ``` // Register handler pb.RegisterUserServiceHandler(srv.Server(), &service{repo, tokenService, publisher}) ``` My guess is that something is missing in generated user.pb.go file. But the one on the...