Versions in this module Expand all Collapse all v0 v0.1.0 Jan 30, 2019 Changes in this version + var DefaultName = "go.micro.proxy" + var DefaultRouter = &Router + func NewService(opts ...micro.Option) micro.Service + func WithBackend(url string) micro.Option + func WithRouter(r server.Router) micro.Option + type Router struct + Backend string + Client client.Client + Endpoint string + Name string + func NewSingleHostRouter(url string) *Router + func (p *Router) ServeRequest(ctx context.Context, req server.Request, rsp server.Response) error