package
0.0.0-20241222193926-faee3705cd8f
Repository: https://github.com/coffemanfp/docucentertest.git
Documentation: pkg.go.dev
# Functions
NewAuthRepository creates a new AuthRepository instance.
NewClientRepository creates a new ClientRepository instance.
NewPostgreSQLConnector creates a new PostgreSQLConnector instance with the provided connection details.
NewProductRepository creates a new ProductRepository instance using a PostgreSQL connector.
# Structs
AuthRepository is a struct representing a repository for authentication-related database operations.
ClientRepository is a struct representing a repository for client-related database operations.
PostgreSQLConnector is a struct representing a PostgreSQL database connector.
ProductRepository represents a repository for managing products in PostgreSQL.