package
Version:
v0.0.0-...-24f8f3e
Opens a new window with list of versions in this module.
Published: Jul 23, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Reward struct {
RewardId string `gorm:"primaryKey;type:varchar(36);" json:"rewardId"`
UserId string `gorm:"type:varchar(36);index;" json:"userId"`
TotalPoint int `gorm:"default:0;type:bigint;" json:"totalPoint"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.