Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorHandler ¶
type ErrorHandler interface { // Handle handles any error deemed irremediable by an OpenTelemetry // component. Handle(error) }
ErrorHandler handles irremediable events.
type ErrorHandlerFunc ¶
type ErrorHandlerFunc func(error)
ErrorHandlerFunc is a convenience adapter to allow the use of a function as an ErrorHandler.
func (ErrorHandlerFunc) Handle ¶
func (f ErrorHandlerFunc) Handle(err error)
Handle handles the irremediable error by calling the ErrorHandlerFunc itself.
Directories ¶
Path | Synopsis |
---|---|
Package database provides global access to database operations exposed by the core library.
|
Package database provides global access to database operations exposed by the core library. |
postgres
Package database witholds database specific utilities for the core database libary This package mainly deals with interactions with the postgresql database.
|
Package database witholds database specific utilities for the core database libary This package mainly deals with interactions with the postgresql database. |
redis
Package rediswrapper provides a simple Redis client wrapper to easily interface with Redis server for caching and storage purposes.
|
Package rediswrapper provides a simple Redis client wrapper to easily interface with Redis server for caching and storage purposes. |
Package instrumentation provides global access to instrumentation operations exposed by the core library The provided API is used to instrument any piece of code
|
Package instrumentation provides global access to instrumentation operations exposed by the core library The provided API is used to instrument any piece of code |
Package message_queue provides global access to message queue subpackages (consumer and client)
|
Package message_queue provides global access to message queue subpackages (consumer and client) |
third-party
|
|
Click to show internal directories.
Click to hide internal directories.