model

package
v0.0.39 Latest Latest
Warning

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

Go to latest
Published: May 15, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Language

type Language struct {
	model.Model
	// to add your customize param inside here
	Code string `json:"code" gorm:"type:varchar(50);unique"`
	Name string `json:"name"  gorm:"type:varchar(50)"`
}

Language model for Language

type User

type User struct {
	model.Model
	// to add your customize param inside here
	UserName  string     `json:"user_name"  gorm:"type:varchar(50);unique"`
	NameLocal string     `json:"name_local"  gorm:"type:varchar(50)"`
	Phone     string     `json:"phone"`
	Email     string     `json:"email"`
	Languages []Language `json:"languages"`
}

User model for User

Jump to

Keyboard shortcuts

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