Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SignupService ¶
type SignupService struct { signupv1.UnimplementedSignupServiceServer // contains filtered or unexported fields }
func NewSignupService ¶
func NewSignupService(userRepo repositories.UsersRepository, jwtManager *token.JWTManager) *SignupService
func (SignupService) Signup ¶
func (service SignupService) Signup(c context.Context, req *signupv1.SignupRequest) (*signupv1.SignupResponse, error)
Click to show internal directories.
Click to hide internal directories.