Documentation ¶
Index ¶
- type AuthServer
- func (s *AuthServer) SendVerifyCode(ctx context.Context, in *pb.SendVerifyCodeReq) (*pb.SendVerifyCodeResp, error)
- func (s *AuthServer) SetPassword(ctx context.Context, in *pb.SetPasswordReq) (*pb.SetPasswordResp, error)
- func (s *AuthServer) SignIn(ctx context.Context, in *pb.SignInReq) (*pb.SignInResp, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthServer ¶
type AuthServer struct { pb.UnimplementedAuthServer // contains filtered or unexported fields }
func NewAuthServer ¶
func NewAuthServer(svcCtx *svc.ServiceContext) *AuthServer
func (*AuthServer) SendVerifyCode ¶
func (s *AuthServer) SendVerifyCode(ctx context.Context, in *pb.SendVerifyCodeReq) (*pb.SendVerifyCodeResp, error)
func (*AuthServer) SetPassword ¶
func (s *AuthServer) SetPassword(ctx context.Context, in *pb.SetPasswordReq) (*pb.SetPasswordResp, error)
func (*AuthServer) SignIn ¶
func (s *AuthServer) SignIn(ctx context.Context, in *pb.SignInReq) (*pb.SignInResp, error)
Click to show internal directories.
Click to hide internal directories.