package
0.0.13
Repository: https://github.com/nutrixpos/pos.git
Documentation: pkg.go.dev

# Packages

Package auth contains the authentication module which is responsible for authenticating and authorizing users on the endpoints.
Package core contains the core module of the nutrix application.

# Structs

AppManager is a struct that manages the modules of the application.
ModuleBuilder is a builder for initializing and running modules.
Worker represents a background worker.

# Interfaces

IBackgroundWorkerModule is an interface that modules can implement to add background workers.
IBaseModule is the interface that all modules must implement.
IHttpModule is an interface that modules can implement to add HTTP handlers.
ISeederModule is an interface that modules can implement to add seeders.