# Packages
Package brokers contains the broker object definitions, implementations and manager that will be used by the daemon for authentication.
Package consts defines the constants used by the project.
Package daemon handles the GRPC daemon with systemd support.
Package log is a temporary package until we forge our log structure.
Package services mediates all the business logic of the application via a manager.
Package testsdetection helps in deciding if we are currently running under integration or tests.
Package testutils provides utility functions and behaviors for testing.
Package users support all common action on the system for user handling.