user_controller

package
v0.0.0-...-31a9056 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 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 InputConfirmUserWithTokenController

type InputConfirmUserWithTokenController struct {
	Token string `json:"token" validator:"required"`
}

type InputCreateUserController

type InputCreateUserController struct {
	NamePet        string `json:"namePet" validate:"required"`
	Email          string `json:"email" validate:"required,email"`
	Password       string `json:"password" validate:"required,max=30,min=8"`
	AddrCep        string `json:"addrCep" validate:"required,max=8,min=8"`
	AddrComplement string `json:"addrComplement" validate:"max=100"`
	AddrNumber     uint   `json:"addrNumber" validate:"required,number"`
}

type InputSendEmailConfirmationToUserController

type InputSendEmailConfirmationToUserController struct {
	Id uint `json:"id" validator:"required,number,min=1"`
}

Jump to

Keyboard shortcuts

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