# Functions
MustLoad creates AppConfig and loads it from yaml file.
# Constants
No description provided by the author
# Structs
AppConfig config for application.
GRPCConfig config for GRPC server.
PostgresConfig config for Postgres Database.
# Interfaces
DatabaseConfig base interface for database configs with DSN retriever.