repository

package
v0.0.0-...-323dbff Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Repository

type Repository interface {
	Product(productId string) (*model.Product, error)
	UpdateProduct(product *model.Product) error
	DeactivateProduct(productId string) error
	DeleteProduct(productId string) error
	UpdateProductPrice(productId string, price float32) error

	Item(userId string, productId string) (*model.Item, error)
	CreateItem(userId string, productId string) error
	DeleteItem(userId string, productId string) error
	UpdateItem(userId string, product *model.Product) error

	List(userId string) (model.List, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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