ores.controller.service
Table of Contents
Summary
ores.controller.service is the NATS service entrypoint for the controller
domain. It opens database and NATS connections, registers handlers from
ores.controller.core, and runs the event loop.
Inputs
- Configuration file: NATS server URL, PostgreSQL connection string.
Outputs
- A running NATS service for service-registry operations.
Entry points
src/main.cpp,src/app/,src/config/.
Dependencies
ores.controller.core,ores.controller.api,ores.logging,nats.c.
See also
- ores.controller — component group overview.
- ores.controller.core — all registry logic.
