Skip to content

Commit

Permalink
Revert "json-backend: initial pass of json backend"
Browse files Browse the repository at this point in the history
This reverts commit e3ff515.
  • Loading branch information
Matthew Fisher committed Oct 27, 2016
1 parent c91406c commit 17e1d2a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 49 deletions.
3 changes: 0 additions & 3 deletions backends/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/kelseyhightower/confd/backends/etcd"
"github.com/kelseyhightower/confd/backends/etcdv3"
"github.com/kelseyhightower/confd/backends/file"
"github.com/kelseyhightower/confd/backends/json"
"github.com/kelseyhightower/confd/backends/metad"
"github.com/kelseyhightower/confd/backends/rancher"
"github.com/kelseyhightower/confd/backends/redis"
Expand Down Expand Up @@ -61,8 +60,6 @@ func New(config Config) (StoreClient, error) {
return env.NewEnvClient()
case "file":
return file.NewFileClient(config.YAMLFile)
case "json":
return json.NewJsonClient(config.FilePath)
case "vault":
vaultConfig := map[string]string{
"app-id": config.AppID,
Expand Down
1 change: 0 additions & 1 deletion backends/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ type Config struct {
AppID string
UserID string
YAMLFile string
FilePath string
}
45 changes: 0 additions & 45 deletions backends/json/client.go

This file was deleted.

0 comments on commit 17e1d2a

Please sign in to comment.