Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account 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) }
func NewAccount ¶
type SendVerifyCodeReq ¶
type SendVerifyCodeReq = pb2.SendVerifyCodeReq
type SendVerifyCodeResp ¶
type SendVerifyCodeResp = pb2.SendVerifyCodeResp
type SetPasswordReq ¶
type SetPasswordReq = pb2.SetPasswordReq
type SetPasswordResp ¶
type SetPasswordResp = pb2.SetPasswordResp
type SignInResp ¶
type SignInResp = pb2.SignInResp
Click to show internal directories.
Click to hide internal directories.