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 (*Storage) Get ¶
func (s *Storage) Get(ctx context.Context, id productPkg.ID) (*productPkg.Product, error)
func (*Storage) GetMany ¶
func (s *Storage) GetMany(ctx context.Context, ids []productPkg.ID) (products []*productPkg.Product, err error)
Click to show internal directories.
Click to hide internal directories.