usecases

package
v0.0.0-...-8bb7535 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2021 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 CurrencyUserCase

type CurrencyUserCase interface {
	Create(currency models.Currency) (*models.Currency, error)
}

type ProductUserCase

type ProductUserCase interface {
	GetPrices(id string) (*models.Product, error)
	Register(product models.Product) (*models.Product, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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