package
0.0.0-20241009030249-30833c4511e1
Repository: https://github.com/bagashiz/go-pos.git
Documentation: pkg.go.dev
# Functions
NewCategoryRepository creates a new category repository instance.
NewOrderRepository creates a new order repository instance.
NewPaymentRepository creates a new payment repository instance.
NewProductRepository creates a new product repository instance.
NewUserRepository creates a new user repository instance.
# Structs
*
* CategoryRepository implements port.CategoryRepository interface
* and provides an access to the postgres database
*/.
*
* OrderRepository implements port.OrderRepository interface
* and provides an access to the postgres database
*/.
*
* PaymentRepository implements port.PaymentRepository interface
* and provides an access to the postgres database
*/.
*
* ProductRepository implements port.ProductRepository interface
* and provides an access to the postgres database
*/.
*
* UserRepository implements port.UserRepository interface
* and provides an access to the postgres database
*/.