query

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: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FetchUser

type FetchUser struct {
	models.SignInUserRequest
}

type FetchUserHandler

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

func NewFetchUserHandler

func NewFetchUserHandler(userClient intrvproto.UserServiceClient) FetchUserHandler

func (FetchUserHandler) Handle

type GetUserHandler

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

func NewGetUserHandler

func NewGetUserHandler(userClient intrvproto.UserServiceClient) GetUserHandler

func (GetUserHandler) Handle

type UserDetailsHandler

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

func NewUserDetailsHandler

func NewUserDetailsHandler(userClient intrvproto.UserServiceClient) UserDetailsHandler

func (UserDetailsHandler) Handle

type UserExistsHandler

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

func NewUserExistsHandler

func NewUserExistsHandler(userClient intrvproto.UserServiceClient) UserExistsHandler

func (UserExistsHandler) Handle

func (h UserExistsHandler) Handle(ctx context.Context, email string) (bool, error)

type UserRequest

type UserRequest struct {
	UserID int64
}

type VerificationCode

type VerificationCode struct {
	Email string
}

type VerificationCodeHandler

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

func NewVerificationCodeHandler

func NewVerificationCodeHandler(authClient intrvproto.AuthServiceClient) VerificationCodeHandler

func (VerificationCodeHandler) Handle

Jump to

Keyboard shortcuts

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