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 22, 2018
1 parent 4db62e9 commit 3e4bc9b
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 @@ -14,7 +14,7 @@ import (
type Config struct {
Mongo *mongo.MongoConfig `json:"mongo"`
Prometheus *prometheusprovider.PrometheusConfig `json:"prometheus"`
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 3e4bc9b

Please sign in to comment.