Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Auth ¶
type Auth interface { SignIn(ctx context.Context, in *SignInReq, opts ...grpc.CallOption) (*SignInResp, error) SetPassword(ctx context.Context, in *SetPasswordReq, opts ...grpc.CallOption) (*SetPasswordResp, error) SendVerifyCode(ctx context.Context, in *SendVerifyCodeReq, opts ...grpc.CallOption) (*SendVerifyCodeResp, error) }
type SendVerifyCodeReq ¶
type SendVerifyCodeReq = pb.SendVerifyCodeReq
type SendVerifyCodeResp ¶
type SendVerifyCodeResp = pb.SendVerifyCodeResp
type SetPasswordReq ¶
type SetPasswordReq = pb.SetPasswordReq
type SetPasswordResp ¶
type SetPasswordResp = pb.SetPasswordResp
type SignInResp ¶
type SignInResp = pb.SignInResp
Click to show internal directories.
Click to hide internal directories.