aboutsummaryrefslogtreecommitdiff
path: root/plugin/etcd/etcd.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/etcd/etcd.go')
-rw-r--r--plugin/etcd/etcd.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin/etcd/etcd.go b/plugin/etcd/etcd.go
index 9b37ee458..4734fe344 100644
--- a/plugin/etcd/etcd.go
+++ b/plugin/etcd/etcd.go
@@ -12,7 +12,6 @@ import (
"github.com/coredns/coredns/plugin"
"github.com/coredns/coredns/plugin/etcd/msg"
"github.com/coredns/coredns/plugin/pkg/fall"
- "github.com/coredns/coredns/plugin/proxy"
"github.com/coredns/coredns/request"
"github.com/coredns/coredns/plugin/pkg/upstream"
@@ -35,10 +34,9 @@ type Etcd struct {
Fall fall.F
Zones []string
PathPrefix string
- Upstream upstream.Upstream // Proxy for looking up names during the resolution process
+ Upstream *upstream.Upstream
Client *etcdcv3.Client
Ctx context.Context
- Stubmap *map[string]proxy.Proxy // list of proxies for stub resolving.
endpoints []string // Stored here as well, to aid in testing.
}
ed/linux'>jarred/linux Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/esdev.before-comptime-js-parser.REMOVED.git-id (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-31v0.0.0-14Gravatar Jarred Sumner 1-1/+1
2021-08-31Fallback, fragments, printer compat, better errorsGravatar Jarred Sumner 35-1953/+4487
2021-08-29latestGravatar Jarred Sumner 27-1968/+2556
2021-08-29Single-threaded modeGravatar Jarred Sumner 1-1/+31
2021-08-29BlobGravatar Jarred Sumner 3-11/+130
2021-08-28v0.0.0-13Gravatar Jarred Sumner 1-2/+2
2021-08-28v0.0.0-12Gravatar Jarred Sumner 1-1/+1
2021-08-27Fix unused importsGravatar Jarred Sumner 1-39/+26
2021-08-27Fix missing RefreshRuntime importGravatar Jarred Sumner 1-0/+1
2021-08-27Always import runtime before JSXGravatar Jarred Sumner 1-28/+39
2021-08-27statusTExtGravatar Jarred Sumner 1-2/+5
2021-08-27Skip unusedGravatar Jarred Sumner 3-10/+12
2021-08-27constGravatar Jarred Sumner 1-1/+1
2021-08-27inline some thingsGravatar Jarred Sumner 1-8/+8