repository

package
v0.0.0-...-38a7862 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 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 DescriptionRepository

type DescriptionRepository interface {
	Insert(after *entity.Description) error
	Update(before, after *entity.Description) error
	Delete(before *entity.Description) error
}

type IdentifierRepository

type IdentifierRepository interface {
	Insert(after *entity.Identifier) error
	Update(before, after *entity.Identifier) error
	Delete(before *entity.Identifier) error
}

type PriceRepository

type PriceRepository interface {
	Insert(after *entity.Price) error
	Update(before, after *entity.Price) error
	Delete(before *entity.Price) error
}

type ProductRepository

type ProductRepository interface {
	Insert(afterDTO *entity.ProductDTO) error
	Update(beforeDTO, afterDTO *entity.ProductDTO) error
	Delete(beforeDTO *entity.ProductDTO) error
}

type TagRepository

type TagRepository interface {
	Insert(after *entity.Tag) error
	Update(before, after *entity.Tag) error
	Delete(before *entity.Tag) error
}

Jump to

Keyboard shortcuts

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