# Functions
LoadFile loads a file at the specified URL using the corresponding registered FileLoader.
RegisterFileLoaderCtor registers a FileLoader for the specified scheme.
No description provided by the author
WithStreamServerInterceptor configures the app's gRPC server to use the provided interceptor.
WithUnaryServerInterceptor configures the app's gRPC server to use the provided interceptor.
# Structs
BaseConfig contains the base configuration for services, as well as the application itself.
# Interfaces
App is a long lived application that services network requests.
FileLoader loads files at a specified URL.
# Type aliases
Config is the application specific configuration.
FileLoaderCtor constructs a FileLoader.
Option configures the environment run by Run().