Versions in this module Expand all Collapse all v0 v0.5.1 Jul 4, 2017 v0.5.0 Jul 1, 2017 Changes in this version + type Client struct + func NewClient(tracer opentracing.Tracer, logger log.Factory) *Client + func (c *Client) FindRoute(ctx context.Context, pickup, dropoff string) (*Route, error) + type Interface interface + FindRoute func(ctx context.Context, pickup, dropoff string) (*Route, error) + type Route struct + Dropoff string + ETA time.Duration + Pickup string + type Server struct + func NewServer(hostPort string, tracer opentracing.Tracer, logger log.Factory) *Server + func (s *Server) Run() error