Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option[K comparable] func(*Single[K])
Option 配置项
func WithKeyFn ¶
func WithKeyFn[K comparable](fn func(ctx *zero.Ctx) K) Option[K]
WithKeyFn 指定反并发的 Key
func WithPostFn ¶
func WithPostFn[K comparable](fn func(ctx *zero.Ctx)) Option[K]
WithPostFn 指定反并发拦截后的操作
Click to show internal directories.
Click to hide internal directories.