Update template
This commit is contained in:
@@ -55,6 +55,13 @@ type Customer struct {
|
||||
OTP string
|
||||
}
|
||||
|
||||
type CustomerPoints struct {
|
||||
ID uint64
|
||||
CustomerID uint64
|
||||
TotalPoints int
|
||||
AvailablePoints int
|
||||
}
|
||||
|
||||
type AuthenticateUser struct {
|
||||
ID int64
|
||||
Token string
|
||||
|
||||
Reference in New Issue
Block a user