products

package
v0.0.0-...-dc32568 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2020 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProductRepository

type ProductRepository interface {
	GetByID(id uint) models.Product
	Get() []models.Product
}

ProductRepository is the product repository

func New

func New(env string, db *gorm.DB) ProductRepository

New returns the product repository

Jump to

Keyboard shortcuts

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