queries

package
v0.0.0-...-358e048 Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2022 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGetProductByIdHandler

func NewGetProductByIdHandler(log logger.Logger, cfg *config.Config, pgRepo repository.Repository) *getProductByIdHandler

Types

type GetProductByIdHandler

type GetProductByIdHandler interface {
	Handle(ctx context.Context, query *GetProductByIdQuery) (*models.Product, error)
}

type GetProductByIdQuery

type GetProductByIdQuery struct {
	ProductID uuid.UUID `json:"productId" validate:"required,gte=0,lte=255"`
}

func NewGetProductByIdQuery

func NewGetProductByIdQuery(productID uuid.UUID) *GetProductByIdQuery

type ProductQueries

type ProductQueries struct {
	GetProductById GetProductByIdHandler
}

func NewProductQueries

func NewProductQueries(getProductById GetProductByIdHandler) *ProductQueries

Jump to

Keyboard shortcuts

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