models

package
v0.0.0-...-8d570c3 Latest Latest
Warning

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

Go to latest
Published: Apr 21, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidaDadosDeAlunos

func ValidaDadosDeAlunos(aluno *Aluno) error

Types

type Aluno

type Aluno struct {
	gorm.Model
	Nome string `json:"nome" validate:"nonzero"`
	RG   string `json:"rg" validate:"len=9, regexp=^[0-9]*$ "`
	CPF  string `json:"cpf" validate:"len=11, regexp=^[0-9]*$ "`
}

Jump to

Keyboard shortcuts

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