command

package
v0.0.0-...-1b39580 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangePassword

type ChangePassword struct {
	Id       int64
	Password string
}

type ChangePasswordHandler

type ChangePasswordHandler struct {
	// contains filtered or unexported fields
}

func NewChangePasswordHandler

func NewChangePasswordHandler(grpcUser intrvproto.UserServiceClient) ChangePasswordHandler

func (ChangePasswordHandler) Handle

type SignInHandler

type SignInHandler struct {
	// contains filtered or unexported fields
}

func NewSignInHandler

func NewSignInHandler(authClient intrvproto.AuthServiceClient) SignInHandler

func (SignInHandler) Handle

type SignUpHandler

type SignUpHandler struct {
	// contains filtered or unexported fields
}

func NewSignUpHandler

func NewSignUpHandler(authClient intrvproto.AuthServiceClient) SignUpHandler

func (SignUpHandler) Handle

type SignUpUser

type SignUpUser struct {
	User models.SignUpUserRequest
}

type VerifyCode

type VerifyCode struct {
	VerificationCode string
}

type VerifyCodeHandler

type VerifyCodeHandler struct {
	// contains filtered or unexported fields
}

func NewVerifyCodeHandler

func NewVerifyCodeHandler(grpcUser intrvproto.UserServiceClient) VerifyCodeHandler

func (VerifyCodeHandler) Handle

func (h VerifyCodeHandler) Handle(ctx context.Context, cmd VerifyCode) error

Jump to

Keyboard shortcuts

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