package
Version:
v0.0.0-...-67402a3
Opens a new window with list of versions in this module.
Published: Apr 2, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Coupon struct {
Id string `db:"id"`
Code string `db:"code"`
CouponTypeId string `db:"coupon_type_id"`
}
type CouponType struct {
Id string `db:"id"`
Name string `db:"name"`
Chance int `db:"chance"`
}
type User struct {
Id string `db:"id"`
Email string `db:"email"`
Phone string `db:"phone"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.