domain

package
v0.0.0-...-4fe6537 Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IUserDomain

type IUserDomain interface {
	SendBackToken(ctx context.Context, email string) error
}

func NewUserDomain

func NewUserDomain(log logger.ILogger, userDriven userDriven.IUserDriven) IUserDomain

type User

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

type UserDomain

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

func (*UserDomain) SendBackToken

func (u *UserDomain) SendBackToken(ctx context.Context, email string) error

Jump to

Keyboard shortcuts

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