mirror of
https://github.com/owncloud/ocis
synced 2026-04-26 01:35:25 +02:00
fix config docs generation by adding the Sanitize function everywhere
This commit is contained in:
committed by
David Christofas
parent
01e307fb72
commit
f51bdd8946
@@ -102,3 +102,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