Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Router ¶
type Router struct {
// contains filtered or unexported fields
}
func NewRouter ¶
func NewRouter(p RouterParams) *Router
type RouterParams ¶
type RouterParams struct { fx.In // Config Config *config.Manager // Logger Logger *logger.Logger // Server Server *server.Server // Redis Redis *redis.Client // Services AuthService *auth.Service // Handlers OrganizationHandler *organizationHandler.Handler StateHandler *usstate.Handler ErrorHandler *validator.ErrorHandler AuthHandler *authHandler.Handler UserHandler *user.Handler SessionHandler *session.Handler SearchHandler *search.Handler WorkerHandler *worker.Handler TableConfigurationHandler *tableconfiguration.Handler FleetCodeHandler *fleetcode.Handler DocumentQualityConfigHandler *documentqualityconfig.Handler EquipmentTypeHandler *equipmenttype.Handler EquipmentManufacturerHandler *equipmentmanufacturer.Handler ShipmentTypeHandler *shipmenttype.Handler ServiceTypeHandler *servicetype.Handler HazardousMaterialHandler *hazardousmaterial.Handler CommodityHandler *commodity.Handler LocationCategoryHandler *locationcategory.Handler ReportingHandler *reporting.Handler LocationHandler *location.Handler TractorHandler *tractor.Handler TrailerHandler *trailer.Handler CustomerHandler *customer.Handler }
Click to show internal directories.
Click to hide internal directories.