Imports of package addtransport

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
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/pb
github.com/go-kit/kit/examples/addsvc/pkg/addendpoint
github.com/go-kit/kit/examples/addsvc/pkg/addservice
github.com/go-kit/kit/examples/addsvc/thrift/gen-go/addsvc
github.com/go-kit/kit/logPackage log provides a structured logger.
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/transport/grpcPackage grpc provides a gRPC binding for endpoints.
github.com/go-kit/kit/transport/httpPackage http provides a general purpose HTTP binding for endpoints.
github.com/juju/ratelimitPackage ratelimit provides an efficient token bucket implementation that can be used to limit the rate of arbitrary things.
github.com/opentracing/opentracing-go
github.com/sony/gobreakerPackage gobreaker implements the Circuit Breaker pattern.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.