collection

package
v0.0.0-...-eb64f0e Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Service expose serviceProvider.
	Service *serviceProvider
)

Functions

This section is empty.

Types

type Collection

type Collection struct {
	ID      uint32     `gorm:"column:id;primary_key;auto_increment" json:"id"`
	UserId  uint32     `gorm:"column:userid" json:"user_id"`
	WareId  uint32     `gorm:"column:wareid" json:"ware_id"`
	Created *time.Time `gorm:"column:created"`
}

Collection represents the wares which user collects.

Jump to

Keyboard shortcuts

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