registerUser

package
v0.0.0-...-17364b3 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2019 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRegisterUserNanos

func NewRegisterUserNanos(
	workersMaxCount int,
	taskQueueCapacity int,
	db *sql.DB,
	nameValidationRules []func(name string) (bool, string),
	usernameValidationRules []func(username string) (bool, string),
	passwordValidationRules []func(password string) (bool, string),
	emailValidationRules []func(email string) (bool, string),
	phoneValidationRules []func(phone string) (bool, string),

) chan nanos.Message

Types

This section is empty.

Jump to

Keyboard shortcuts

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