Skip to content

Commit

Permalink
use lowcase
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Lin committed Sep 25, 2018
1 parent 22ead46 commit 8ace08c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Config struct {
Mongo *mongo.MongoConfig `json:"mongo"`
Prometheus *prometheusprovider.PrometheusConfig `json:"prometheus"`
Kubernetes *kubernetesConfig `json:"kubernetes"`
Registry *RegistryConfig `json:"registry"`
Registry *registryConfig `json:"registry"`
Logger logger.LoggerConfig `json:"logger"`

// the version settings of the current application
Expand Down
3 changes: 1 addition & 2 deletions src/config/registry.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package config

// Config is the structure for Registry Config
type RegistryConfig struct {
type registryConfig struct {
URL string `json:"url"`
}

0 comments on commit 8ace08c

Please sign in to comment.