Imports of package addendpoint

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/go-kit/kit/circuitbreakerPackage circuitbreaker implements the circuit breaker pattern.
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/go-kit/kit/examples/addsvc/pkg/addservice
github.com/go-kit/kit/logPackage log provides a structured logger.
github.com/go-kit/kit/metricsPackage metrics provides a framework for application instrumentation.
github.com/go-kit/kit/ratelimit
github.com/go-kit/kit/tracing/opentracingPackage opentracing provides Go kit integration to the OpenTracing project.
github.com/go-kit/kit/tracing/zipkinPackage zipkin provides Go kit integration to the OpenZipkin project through the use of zipkin-go, the official OpenZipkin tracer implementation for Go.
github.com/opentracing/opentracing-go
github.com/openzipkin/zipkin-goPackage zipkin implements a native Zipkin instrumentation library for Go.
github.com/sony/gobreakerPackage gobreaker implements the Circuit Breaker pattern.
golang.org/x/time/ratePackage rate provides a rate limiter.
timePackage time provides functionality for measuring and displaying time.