Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnyErrorMiddleware ¶
func NewAnyErrorMiddleware[T any]() (middleware.AnyErrorMiddleware[T], error)
func NewAnyErrorMiddlewareWithOptions ¶
func NewAnyErrorMiddlewareWithOptions[T any](options *Options) middleware.AnyErrorMiddleware[T]
Types ¶
type Options ¶
type Options struct { FunctionName string PushGateway struct { Enabled bool URL string `config:"url"` Async bool } }
func NewOptions ¶
type Prometheus ¶
type Prometheus[T any] struct { // contains filtered or unexported fields }
func NewPrometheus ¶
func NewPrometheus[T any]() (*Prometheus[T], error)
func NewPrometheusWithOptions ¶
func NewPrometheusWithOptions[T any](options *Options) *Prometheus[T]
func (*Prometheus[T]) Exec ¶
func (c *Prometheus[T]) Exec(ctx *middleware.AnyErrorContext[T], exec middleware.AnyErrorExecFunc[T], fallbackFunc middleware.AnyErrorReturnFunc[T]) (T, error)
Click to show internal directories.
Click to hide internal directories.