model

package
v0.0.0-...-f0a364e Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2019 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Category

type Category struct {
	gorm.Model
	Name string
}

type Customer

type Customer struct {
	gorm.Model
	Name    string
	Phone   string
	Address string
}

type Product

type Product struct {
	gorm.Model
	Name       string
	Category   Category `gorm:"foreignkey:CategoryID"`
	CategoryID uint
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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