Documentation
¶
Index ¶
- func Delegate[T any, R any](ctx context.Context, request *T, doer endpoint.Endpoint) (*R, error)
- func InstrumentingMiddleware(duration metrics.Histogram) endpoint.Middleware
- func LoggingMiddleware(logger *zap.Logger) endpoint.Middleware
- func MakeEndpoint[T any, R any](does func(ctx context.Context, request *T) (*R, error), ...) endpoint.Endpoint
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstrumentingMiddleware ¶
func InstrumentingMiddleware(duration metrics.Histogram) endpoint.Middleware
func LoggingMiddleware ¶
func LoggingMiddleware(logger *zap.Logger) endpoint.Middleware
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.