fix config docs generation by adding the Sanitize function everywhere

This commit is contained in:
Willy Kloucek
2022-04-25 08:58:59 +02:00
committed by David Christofas
parent 01e307fb72
commit f51bdd8946
15 changed files with 57 additions and 1 deletions

View File

@@ -102,3 +102,7 @@ func EnsureDefaults(cfg *config.Config) {
cfg.Tracing = &config.Tracing{}
}
}
func Sanitize(cfg *config.Config) {
// nothing to sanitize here atm
}