register

package
v0.0.0-...-33029d4 Latest Latest
Warning

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

Go to latest
Published: Jul 14, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type RegisterService

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

func NewRegisterService

func NewRegisterService(userRepo aggregates.IUserRepository, pswmgr *auth.PasswordManager) *RegisterService

func (*RegisterService) RegisterUser

func (rs *RegisterService) RegisterUser(c RegisterUserCommand) error

type RegisterUserCommand

type RegisterUserCommand struct {
	Id       string
	Username string
	Password string
}

type RegisterUserCommandHandler

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

func (*RegisterUserCommandHandler) Handle

Jump to

Keyboard shortcuts

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