package
0.0.0-20241223214030-968d722126d0
Repository: https://github.com/speakeasy-api/rest-template-go.git
Documentation: pkg.go.dev

# Functions

Load loads the configuration from the config/config.yaml file.

# Constants

ErrEnvVars is returned when the environment variables are invalid.
ErrInvalidEnvironment is returned when the SPEAKEASY_ENVIRONMENT environment variable is not set.
ErrRead is returned when the configuration file cannot be read.
ErrUnmarshal is returned when the configuration file cannot be unmarshalled.
ErrValidation is returned when the configuration is invalid.

# Structs

Config represents the configuration of our application.