Revert "fixed code smells: string literal repetition + cyclomatic complexity"

This reverts commit aa4112e2e2.
This commit is contained in:
A.Unger
2021-11-17 13:19:31 +01:00
parent aa4112e2e2
commit ff611633f5
7 changed files with 98 additions and 95 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ type Runtime struct {
type Config struct {
*shared.Commons `mapstructure:"shared"`
Mode Mode
Mode Mode // DEPRECATED
File string
OcisURL string `mapstructure:"ocis_url"`