Versions in this module Expand all Collapse all v1 v1.5.0 Jun 5, 2019 v1.4.0 Jun 3, 2019 Changes in this version + var DefaultBackend = "http://localhost:9090" + 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 + func NewSingleHostRouter(url string) *Router + func (p *Router) ServeRequest(ctx context.Context, req server.Request, rsp server.Response) error