models

package
v0.0.0-...-2ba9d54 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2019 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Address = &addressModel{}
View Source
var Category = &categoryModel{}
View Source
var Goods = &goodsModel{}
View Source
var Order = &orderModel{}
View Source
var Slideshow = &slideshowModel{}
View Source
var User = &userModel{}

Functions

func CloseDB

func CloseDB()

Types

type Model

type Model struct {
	ID         int `gorm:"primary_key" json:"id"`
	CreatedOn  int `json:"created_on"`
	ModifiedOn int `json:"modified_on"`
}

Jump to

Keyboard shortcuts

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