Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplyPrefix ¶
ApplyPrefix combines prefix with key: prefix.key or key if prefix is empty.
func DeriveFieldPath ¶
DeriveFieldPath derives a normalized key from a field name. It converts Go-style names to snake_case for consistent matching. Examples: Host -> host, APIKey -> api_key, MaxConnections -> max_connections
func ToLowerDotPath ¶
ToLowerDotPath normalizes a key to lowercase dot-separated path. Double underscores (__) -> dots, single underscores are preserved. Examples: FOO__BAR -> foo.bar, DB_MAX -> db_max, MAX_CONNECTIONS -> max_connections
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.