fix config docs generation by adding the Sanitize function everywhere
This commit is contained in:
@@ -123,3 +123,7 @@ func EnsureDefaults(cfg *config.Config) {
|
||||
cfg.Tracing = &config.Tracing{}
|
||||
}
|
||||
}
|
||||
|
||||
func Sanitize(cfg *config.Config) {
|
||||
// nothing to sanitize here atm
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user