Documentation ¶
Index ¶
Constants ¶
View Source
const (
TableUsers string = "users"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id uint64 `json:"id" gorm:"primaryKey"` Name string `json:"name"` Email string `json:"email"` Password string `json:"password,omitempty"` CreatedAt time.Time `json:"created_at"` ModifiedAt *time.Time `json:"modified_at,omitempty"` DeletedAt gorm.DeletedAt `json:"deleted_at,omitempty"` }
User
func NewUserEntityStub ¶
Click to show internal directories.
Click to hide internal directories.