Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entity ¶
type Entity struct {
UserId uint64 `gorm:"primaryKey;column:user_id;autoIncrement;not null;" json:"userId"` //
CurrentPoints int64 `gorm:"column:current_points;type:bigint;not null;default:0;" json:"currentPoints"` //
CreatedAt time.Time `gorm:"column:created_at;index;autoCreateTime;" json:"createdAt"` //
UpdatedAt time.Time `gorm:"column:updated_at;autoUpdateTime;" json:"updatedAt"`
}
Click to show internal directories.
Click to hide internal directories.