Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductStorage ¶
type ProductStorage struct {
// contains filtered or unexported fields
}
func NewProductStorage ¶
func NewProductStorage(pgPool *pgxpool.Pool) *ProductStorage
type UserStorage ¶
type UserStorage struct {
// contains filtered or unexported fields
}
func NewUserStorage ¶
func NewUserStorage(pgPool *pgxpool.Pool) *UserStorage
Click to show internal directories.
Click to hide internal directories.