model

package
v0.0.0-...-67402a3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Coupon

type Coupon struct {
	Id           string `db:"id"`
	Code         string `db:"code"`
	CouponTypeId string `db:"coupon_type_id"`
}

type CouponType

type CouponType struct {
	Id     string `db:"id"`
	Name   string `db:"name"`
	Chance int    `db:"chance"`
}

type User

type User struct {
	Id    string `db:"id"`
	Email string `db:"email"`
	Phone string `db:"phone"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL