postgres

package
v0.0.0-...-5164d6d Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage struct {
	// contains filtered or unexported fields
}

func NewProductStorage

func NewProductStorage(db *sqlx.DB) *Storage

func (*Storage) Get

func (*Storage) GetMany

func (s *Storage) GetMany(ctx context.Context, ids []productPkg.ID) (products []*productPkg.Product, err error)

func (*Storage) Upsert

func (s *Storage) Upsert(ctx context.Context, p *productPkg.Product) error

Jump to

Keyboard shortcuts

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