Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Company ¶
type Company struct {
ID uint ` json:"id" gorm:"primary_key;AUTO_INCREMENT"`
Name string ` json:"name" gorm:"type:varchar(100)"`
Email string ` json:"email" gorm:"type:varchar(100);unique_index;not null"`
Phone string ` json:"phone" gorm:"type:varchar(30)"`
Products []Product
Users []User
gorm.Model
}
Company struct
Click to show internal directories.
Click to hide internal directories.