account

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 12, 2022 License: GPL-2.0 Imports: 4 Imported by: 0

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

func NewAccount(cli zrpc.Client) Account

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 SignInReq

type SignInReq = pb2.SignInReq

type SignInResp

type SignInResp = pb2.SignInResp

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL