package
0.0.0-20250117041237-e2de24876479
Repository: https://github.com/ansoncht/flight-microservices.git
Documentation: pkg.go.dev

# 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.