service

package
v0.0.0-...-e4ef09c Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2024 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 UserDomainService

type UserDomainService interface {
	CreateUserServices(model.UserDomainInterface) (model.UserDomainInterface, *rest_err.RestErr)
	UpdateUserServices(string, model.UserDomainInterface) *rest_err.RestErr
	FindUserByEmailServices(userEmail string) (model.UserDomainInterface, *rest_err.RestErr)
	FindUserByIdServices(userId string) (model.UserDomainInterface, *rest_err.RestErr)
	DeleteUserServices(string) *rest_err.RestErr
	LoginUserServices(userDomain model.UserDomainInterface) (model.UserDomainInterface, *rest_err.RestErr)
	// contains filtered or unexported methods
}

func NewUserDomainService

func NewUserDomainService(userRepository repository.UserRepository) UserDomainService

Jump to

Keyboard shortcuts

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