Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AOPChainFunc ¶
type AOPChainFunc[Req any, Resp any] func(next AOPHandleFunc[Req, Resp]) AOPHandleFunc[Req, Resp]
type AOPHandleFunc ¶
func HandleChain ¶
func HandleChain[Req any, Resp any](mainFn AOPHandleFunc[Req, Resp], aopFns ...AOPChainFunc[Req, Resp]) AOPHandleFunc[Req, Resp]
Click to show internal directories.
Click to hide internal directories.