# Functions
A typed helper for casting services.
New initializes the application with options for services.
NewRouter initializes a new Router instance.
RegisterRoute allows microservices to add custom routes with a simple syntax.
WithHTTPServer configures an HTTP server.
WithNATS configures a NATS client.
WithPolicyManager configures a Policy Manager.
WithPostgres configures a PostgreSQL pool.
# Structs
App manages the lifecycle and high-level initialization of the application.
NeoCtx manages the application's dependencies, request, response, and context.
Router provides methods for registering HTTP routes.
No description provided by the author
# Type aliases
Option defines a function that modifies the Neo Context.