Documentation ¶ Overview ¶ Package http provides an HTTP client for the add service. Index ¶ func New(instance string, tracer stdopentracing.Tracer, logger log.Logger) (addsvc.Service, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(instance string, tracer stdopentracing.Tracer, logger log.Logger) (addsvc.Service, error) New returns an AddService backed by an HTTP server living at the remote instance. We expect instance to come from a service discovery system, so likely of the form "host:port". Types ¶ This section is empty. Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.