rename extensions to services (leftover occurences)

This commit is contained in:
Willy Kloucek
2022-08-17 15:36:52 +02:00
parent 4c6f26a8db
commit 6154466bbc
77 changed files with 151 additions and 151 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ import (
// ParseConfig loads the ocis configuration and
// copies applicable parts into the commons part, from
// where the extensions can copy it into their own config
// where the services can copy it into their own config
func ParseConfig(cfg *config.Config, skipValidate bool) error {
_, err := config.BindSourcesToStructs("ocis", cfg)
if err != nil {
@@ -37,7 +37,7 @@ func ParseConfig(cfg *config.Config, skipValidate bool) error {
}
// EnsureDefaults, ensures that all pointers in the
// oCIS config (not the extensions configs) are initialized
// oCIS config (not the services configs) are initialized
func EnsureDefaults(cfg *config.Config) {
if cfg.Tracing == nil {
cfg.Tracing = &shared.Tracing{}