Merge pull request #3670 from owncloud/yaml-underscores

make yaml tags always use underscore
This commit is contained in:
Christian Richter
2022-05-04 12:28:03 +02:00
committed by GitHub
3 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ type Route struct {
Backend string `yaml:"backend"`
// Service name to look up in the registry
Service string `yaml:"service"`
ApacheVHost bool `yaml:"apache-vhost"`
ApacheVHost bool `yaml:"apache_vhost"`
}
// RouteType defines the type of a route