Documentation ¶
Index ¶
- type Server
- func (s *Server) ForgotPassword(ctx context.Context, in *pbusers.ForgotPasswordRequest) (*emptypb.Empty, error)
- func (s *Server) ResetPassword(ctx context.Context, in *pbusers.ResetPasswordRequest) (*emptypb.Empty, error)
- func (s *Server) RetrieveOnboarding(ctx context.Context, in *pbusers.RetrieveOnboardingRequest) (*pbusers.Onboarding, error)
- func (s *Server) RetrieveSelectableCategories(ctx context.Context, in *pbusers.RetrieveSelectableCategoriesRequest) (*pbusers.RetrieveSelectableCategoriesResponse, error)
- func (s *Server) Sign(ctx context.Context, in *pbusers.SignRequest) (*pbusers.SignResponse, error)
- func (s *Server) SignIn(ctx context.Context, in *pbusers.SignInRequest) (*pbusers.SignInResponse, error)
- func (s *Server) SignOut(ctx context.Context, in *pbusers.SignOutRequest) (*emptypb.Empty, error)
- func (s *Server) SignUpEnd(ctx context.Context, in *pbusers.SignUpEndRequest) (*pbusers.SignUpEndResponse, error)
- func (s *Server) SignUpIdentification(ctx context.Context, in *pbusers.SignUpIdentificationRequest) (*emptypb.Empty, error)
- func (s *Server) SignUpSelectCategory(ctx context.Context, in *pbusers.SignUpSelectCategoryRequest) (*emptypb.Empty, error)
- func (s *Server) SignUpShared(ctx context.Context, in *pbusers.SignUpSharedRequest) (*emptypb.Empty, error)
- func (s *Server) SignUpStart(ctx context.Context, in *pbusers.SignUpStartRequest) (*pbusers.SignUpStartResponse, error)
- func (s *Server) SwitchRole(ctx context.Context, in *pbusers.SwitchRoleRequest) (*pbusers.SignResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { }
func (*Server) ForgotPassword ¶
func (*Server) ResetPassword ¶
func (*Server) RetrieveOnboarding ¶
func (s *Server) RetrieveOnboarding(ctx context.Context, in *pbusers.RetrieveOnboardingRequest) (*pbusers.Onboarding, error)
func (*Server) RetrieveSelectableCategories ¶
func (s *Server) RetrieveSelectableCategories(ctx context.Context, in *pbusers.RetrieveSelectableCategoriesRequest) (*pbusers.RetrieveSelectableCategoriesResponse, error)
func (*Server) Sign ¶
func (s *Server) Sign(ctx context.Context, in *pbusers.SignRequest) (*pbusers.SignResponse, error)
func (*Server) SignIn ¶
func (s *Server) SignIn(ctx context.Context, in *pbusers.SignInRequest) (*pbusers.SignInResponse, error)
func (*Server) SignUpEnd ¶
func (s *Server) SignUpEnd(ctx context.Context, in *pbusers.SignUpEndRequest) (*pbusers.SignUpEndResponse, error)
func (*Server) SignUpIdentification ¶
func (*Server) SignUpSelectCategory ¶
func (*Server) SignUpShared ¶
func (*Server) SignUpStart ¶
func (s *Server) SignUpStart(ctx context.Context, in *pbusers.SignUpStartRequest) (*pbusers.SignUpStartResponse, error)
func (*Server) SwitchRole ¶
func (s *Server) SwitchRole(ctx context.Context, in *pbusers.SwitchRoleRequest) (*pbusers.SignResponse, error)
Click to show internal directories.
Click to hide internal directories.