Rename namespace from Resolver.Endpoint

This commit is contained in:
Ben Toogood 2020-04-07 16:27:59 +01:00
parent 3735b0e529
commit 67cd59d7bc

View File

@ -33,8 +33,6 @@ type Endpoint struct {
Method string Method string
// HTTP Path e.g /greeter. // HTTP Path e.g /greeter.
Path string Path string
// Namespace, g.g. go.micro
Namespace string
} }
type Options struct { type Options struct {