package
0.0.0-20241222193926-faee3705cd8f
Repository: https://github.com/coffemanfp/docucentertest.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

GetRepository gets a repository by its ID.

# Constants

AUTH_REPOSITORY is the key to be used when creating the repositories hashmap.
Constant CLIENT_REPOSITORY is used to uniquely identify the client repository.
Constant PRODUCT_REPOSITORY is used to uniquely identify the product repository.

# Structs

Database is the Database manager for connections and repository instancies.

# Interfaces

AuthRepository defines the behaviors to be used by a AuthRepository implementation.
ClientRepository defines the methods for working with client data in the database.
DatabaseConnector defines a database connector handler.
ProductRepository defines the methods for working with product data in the database.

# Type aliases

Repositories is a list of repositories.
RepositoryID is the key to use for the repositories hashmap.