Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Required: The environment in which the app is running (e.g., "development", "production").
Environment string
// Optional: The log level (e.g., "DEBUG", "INFO", "WARN", "ERROR"). Defaults to "INFO" if not set.
LogLevel string
// Optional: Sentry DSN for future integration.
SentryDSN string
// Required: Slack Incoming Webhook URL for sending notifications.
SlackWebhookURL string
}
Config holds configuration settings for Zohan.
var GlobalConfig *Config
GlobalConfig holds the application-wide configuration.
Click to show internal directories.
Click to hide internal directories.