bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/go-kit/kit/circuitbreaker | Package circuitbreaker implements the circuit breaker pattern. |
github.com/go-kit/kit/endpoint | Package endpoint defines an abstraction for RPCs. |
github.com/go-kit/kit/log | Package log provides a structured logger. |
github.com/go-kit/kit/metrics | Package metrics provides a framework for application instrumentation. |
github.com/go-kit/kit/metrics/prometheus | Package prometheus provides Prometheus implementations for metrics. |
github.com/go-kit/kit/ratelimit | |
github.com/go-kit/kit/sd | Package sd provides utilities related to service discovery. |
github.com/go-kit/kit/sd/lb | Package lb implements the client-side load balancer pattern. |
github.com/go-kit/kit/transport/http | Package http provides a general purpose HTTP binding for endpoints. |
github.com/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
github.com/prometheus/client_golang/prometheus/promhttp | Package promhttp provides tooling around HTTP servers and clients. |
github.com/sony/gobreaker | Package gobreaker implements the Circuit Breaker pattern. |
golang.org/x/time/rate | Package rate provides a rate limiter. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |