Files
akvorado/common/helpers
Vincent Bernat 76151bea66 common/helpers: make some mapstructure hooks work with embedded structs
When using `mapstructure:",squash"`, most structure-specific hook don't
dive into the structure as they are provided with the parent structure.
Add an helper to make them work on the embedded structure as well and
use it for the generic "deprecated fields" hook, but also for the hook
for the common Kafka configuration.

This is a bit brittle. There are other use cases, but they may not need
this change.
2025-07-27 21:44:28 +02:00
..
2024-05-23 05:51:21 +02:00
2023-03-21 00:01:13 +01:00
2025-07-27 21:44:28 +02:00
2022-06-29 11:42:28 +02:00
2022-06-29 11:42:28 +02:00
2025-07-27 21:44:28 +02:00