Versions in this module Expand all Collapse all v1 v1.21.4 Aug 5, 2026 v1.21.3 Aug 5, 2026 v1.21.2 Jul 7, 2026 Changes in this version + type UserService struct + func GetUserService() *UserService + func (u *UserService) GetUser(ctx context.Context, req *pb.GetUserReq) (*pb.User, error) + func (u *UserService) Signup(ctx context.Context, req *pb.SignupReq) (*wrapperspb.StringValue, error)