model

package
v0.0.0-...-0f898fb Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NewUser

type NewUser struct {
	Name        string `json:"name"`
	Surname     string `json:"surname"`
	UserName    string `json:"userName"`
	Password    string `json:"password"`
	NationalID  string `json:"nationalId"`
	BirthYear   string `json:"birthYear"`
	PhoneNumber string `json:"phoneNumber"`
	FatherName  string `json:"fatherName"`
	City        string `json:"city"`
	Email       string `json:"email"`
	Gender      string `json:"gender"`
	Role        string `json:"role"`
	PhotoURL    string `json:"photoURL"`
	Settings    string `json:"settings"`
}

type User

type User struct {
	ID          string `json:"id"`
	Name        string `json:"name"`
	Surname     string `json:"surname"`
	UserName    string `json:"userName"`
	Password    string `json:"password"`
	NationalID  string `json:"nationalId"`
	BirthYear   string `json:"birthYear"`
	PhoneNumber string `json:"phoneNumber"`
	FatherName  string `json:"fatherName"`
	City        string `json:"city"`
	Email       string `json:"email"`
	Gender      string `json:"gender"`
	Role        string `json:"role"`
	PhotoURL    string `json:"photoURL"`
	Settings    string `json:"settings"`
}

Jump to

Keyboard shortcuts

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