Directories ¶
Path | Synopsis |
---|---|
Package bootstrap provides a simple way to bootstrap an application with a managed logging framework, metrics and application context.
|
Package bootstrap provides a simple way to bootstrap an application with a managed logging framework, metrics and application context. |
Package config handles the configuration of the program.
|
Package config handles the configuration of the program. |
Package decint provides utility functions to parse and represent decimal values as integer with a set precision.
|
Package decint provides utility functions to parse and represent decimal values as integer with a set precision. |
Package enumbitmap provides functions to encode slices of enumeration strings into integer bitmap values and vice versa.
|
Package enumbitmap provides functions to encode slices of enumeration strings into integer bitmap values and vice versa. |
Package errtrace provides utilities to annotate errors.
|
Package errtrace provides utilities to annotate errors. |
Package healthcheck provides a simple way to define health checks for external services or components.
|
Package healthcheck provides a simple way to define health checks for external services or components. |
Package httpclient provides an instrumented HTTP client with the addition of the traceID header and logging.
|
Package httpclient provides an instrumented HTTP client with the addition of the traceID header and logging. |
Package httpretrier allow to retry HTTP requests based on HTTP status code boolean conditions.
|
Package httpretrier allow to retry HTTP requests based on HTTP status code boolean conditions. |
Package httpserver defines a default HTTP server with common routes.
|
Package httpserver defines a default HTTP server with common routes. |
route
Package route defines the endpoints for the HTTP server.
|
Package route defines the endpoints for the HTTP server. |
Package httputil contains a collection of HTTP request and response utility functions.
|
Package httputil contains a collection of HTTP request and response utility functions. |
jsendx
Package jsendx implements a custom JSEND model to wrap HTTP responses in a JSON object with default fields.
|
Package jsendx implements a custom JSEND model to wrap HTTP responses in a JSON object with default fields. |
Package ipify allows to get the public IP address of this service instance via the ipify API (https://www.ipify.org/).
|
Package ipify allows to get the public IP address of this service instance via the ipify API (https://www.ipify.org/). |
Package jwt provides JWT Auth handlers.
|
Package jwt provides JWT Auth handlers. |
Package logging provides an interface to configure and use the logging framework in a consistent way across multiple applications.
|
Package logging provides an interface to configure and use the logging framework in a consistent way across multiple applications. |
Package metrics defines a general interface for metrics instrumentation.
|
Package metrics defines a general interface for metrics instrumentation. |
prometheus
Package prometheus implements the metrics interface with Prometheus.
|
Package prometheus implements the metrics interface with Prometheus. |
statsd
Package statsd implements the metrics interface with StatsD.
|
Package statsd implements the metrics interface with StatsD. |
Package mysqllock provides a distributed locking mechanism leveraging MySQL internal functions.
|
Package mysqllock provides a distributed locking mechanism leveraging MySQL internal functions. |
Package paging contains utilities to handle pagination.
|
Package paging contains utilities to handle pagination. |
Package profiling is used to expose runtime profiling data (pprof).
|
Package profiling is used to expose runtime profiling data (pprof). |
Package redact contains utilities functions to obscure sensitive data.
|
Package redact contains utilities functions to obscure sensitive data. |
Package slack is a basic Slack API client to send messages via a Webhook.
|
Package slack is a basic Slack API client to send messages via a Webhook. |
Package sqlconn provides a simple way to manage a SQL-based database connection.
|
Package sqlconn provides a simple way to manage a SQL-based database connection. |
Package sqlutil provides SQL utilities.
|
Package sqlutil provides SQL utilities. |
Package testutil provides common testing utility functions.
|
Package testutil provides common testing utility functions. |
Package traceid provide a simple mechanism to save/extract a Trace ID HTTP header to/from a context.Context and http.Request.
|
Package traceid provide a simple mechanism to save/extract a Trace ID HTTP header to/from a context.Context and http.Request. |
Package uid provides fast functions to generate simple time-and-random-based unique identifiers.
|
Package uid provides fast functions to generate simple time-and-random-based unique identifiers. |
Package uidc provides cryptographic-grade functions to generate simple time-and-random-based unique identifiers.
|
Package uidc provides cryptographic-grade functions to generate simple time-and-random-based unique identifiers. |
Package validator wraps https://github.com/go-playground/validator to provide value validations for structs and individual fields based on tags.
|
Package validator wraps https://github.com/go-playground/validator to provide value validations for structs and individual fields based on tags. |
Click to show internal directories.
Click to hide internal directories.