Documentation ¶
Overview ¶
Package vproductdb provides access to the product view.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store manages the set of APIs for product view database access.
func (*Store) Count ¶
func (s *Store) Count(ctx context.Context, filter vproductbus.QueryFilter) (int, error)
Count returns the total number of products in the DB.
func (*Store) Query ¶
func (s *Store) Query(ctx context.Context, filter vproductbus.QueryFilter, orderBy order.By, page page.Page) ([]vproductbus.Product, error)
Query retrieves a list of existing products from the database.
Click to show internal directories.
Click to hide internal directories.