models

package
v0.0.0-...-6d4792c Latest Latest
Warning

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

Go to latest
Published: Oct 15, 2019 License: Apache-2.0 Imports: 1 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CartModel

type CartModel struct {
	Id        int
	ProductId int
	UserId    int
	CreatedAt time.Time
}

type OrderModel

type OrderModel struct {
	Id        int
	Name      string
	ProductId int
	Price     float32
	UserId    int
	Status    string
	FormToken string
	CreatedAt time.Time
	UpdatedAt time.Time
}

type ProductModel

type ProductModel struct {
	Id    int
	Name  string
	Price float32
}

type UserModel

type UserModel struct {
	Id        int
	Name      string
	Email     string
	CardToken string
}

Jump to

Keyboard shortcuts

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