package
Version:
v1.2.58
Opens a new window with list of versions in this module.
Published: Feb 16, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func Wrap[REQ any, RESP any](next func(ctx context.Context, req REQ) (RESP, error),
wrappers ...func(handler func(ctx context.Context, req REQ) (RESP, error)) func(ctx context.Context, req REQ) (RESP, error)) func(
ctx context.Context, req REQ) (RESP, error)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.