go fmt
This commit is contained in:
parent
1c8d15fe4b
commit
cb15fadcee
@ -137,7 +137,7 @@ func (p *Proxy) ServeRequest(ctx context.Context, req server.Request, rsp server
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *Proxy) String() string {
|
func (p *Proxy) String() string {
|
||||||
return "grpc"
|
return "grpc"
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewProxy returns a new grpc proxy server
|
// NewProxy returns a new grpc proxy server
|
||||||
|
@ -189,7 +189,7 @@ func (p *Proxy) ServeRequest(ctx context.Context, req server.Request, rsp server
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (p *Proxy) String() string {
|
func (p *Proxy) String() string {
|
||||||
return "http"
|
return "http"
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewSingleHostProxy returns a router which sends requests to a single http backend
|
// NewSingleHostProxy returns a router which sends requests to a single http backend
|
||||||
|
Loading…
Reference in New Issue
Block a user