Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Feedback ¶
type Feedback struct { ID uint `grom:"primaryKey" json:"id"` Subject string `gorm:"size:60;not null" json:"subject"` Description string `gorm:"not null" json:"Description"` OS string `grom:"size:40;not null" json:"os"` Browser string `gorm:"size:40;not null" json:"browser"` BrowserVersion string `gorm:"size:20;not null" json:"browser_version"` WebsiteID string `gorm:"size:36;not null" json:"website_id"` }
Click to show internal directories.
Click to hide internal directories.