Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateFakeCompany ¶
Types ¶
type Company ¶
type Company struct { ID uint `faker:"-"` CreatedAt time.Time UpdatedAt time.Time DeletedAt gorm.DeletedAt Name string `faker:"domain_name"` Phone string `faker:"toll_free_number"` Email string `faker:"email"` Address string `faker:"sentence"` TaxNumber string `faker:"phone_number"` }
func FakeCompany ¶
Click to show internal directories.
Click to hide internal directories.