service

package
v0.0.0-...-1390325 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewProdutoService

func NewProdutoService(dabase_pool database.DatabaseInterface) *produto_service

Types

type ProdutoServiceInterface

type ProdutoServiceInterface interface {
	GetAll() *entity.ProdutoList
	GetByID(ID *int64) *entity.Produto
	Create(produto *entity.Produto) int64
	Update(ID *int64, produto *entity.Produto) int64
	Delete(ID *int64) int64
}

Jump to

Keyboard shortcuts

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