Update template

This commit is contained in:
aditya.siregar
2025-05-06 15:21:12 +07:00
parent 5111fedfa8
commit 4be9c7d73c
7 changed files with 139 additions and 68 deletions
+7
View File
@@ -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