Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Mode string // Application mode: development, staging, production
Domain string // Public-facing domain, e.g., example.com
}
Config holds basic environment configuration like mode and domain.
func (*Config) WithDomain ¶
WithDomain sets the domain and returns the updated Config.
Click to show internal directories.
Click to hide internal directories.