# Functions
LoadFlightFetcherConfig parses environment variables into a FlightFetcherConfig struct.
LoadGrpcClientConfig parses environment variables into a GRPCClientConfig struct.
LoadHTTPClientConfig parses environment variables into a HTTPClientConfig struct.
LoadHTTPServerConfig parses environment variables into a HTTPServerConfig struct.
LoadRouteFetcherConfig parses environment variables into a RouteFetcherConfig struct.
LoadSchedulerConfig parses environment variables into a SchedulerConfig struct.
# Structs
FlightFetcherConfig represents the configuration for the flight fetcher.
GrpcClientConfig represents the configuration for the gRPC client.
HTTPClientConfig represents the configuration for the HTTP client.
HTTPServerConfig represents the configuration for the HTTP server.
RouteFetcherConfig represents the configuration for the route fetcher.
SchedulerConfig represents the configuration for the scheduler.