Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ErrInvalidEnvironment is returned when the SPEAKEASY_ENVIRONMENT environment variable is not set. ErrInvalidEnvironment = errors.Error("SPEAKEASY_ENVIRONMENT is not set") // ErrValidation is returned when the configuration is invalid. ErrValidation = errors.Error("invalid configuration") // ErrEnvVars is returned when the environment variables are invalid. ErrEnvVars = errors.Error("failed parsing env vars") // ErrRead is returned when the configuration file cannot be read. ErrRead = errors.Error("failed to read file") // ErrUnmarshal is returned when the configuration file cannot be unmarshalled. ErrUnmarshal = errors.Error("failed to unmarshal file") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.