🚚 Rename daily-sign to check-in
This commit is contained in:
10
pkg/authkit/models/check_in.go
Normal file
10
pkg/authkit/models/check_in.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
type CheckInRecord struct {
|
||||
BaseModel
|
||||
|
||||
ResultTier int `json:"result_tier"`
|
||||
ResultExperience int `json:"result_experience"`
|
||||
Account Account `json:"account"`
|
||||
AccountID uint `json:"account_id"`
|
||||
}
|
Reference in New Issue
Block a user