Documentation
¶
Overview ¶
Package ratelimit applies rate limiting at the vMCP domain boundary.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDecorator ¶
NewDecorator wraps inner with vMCP rate limiting.
inner must be non-nil; a nil inner is a composition-root wiring bug and panics rather than deferring the failure to the first promoted method call. A nil limiter means rate limiting is disabled and inner is returned unchanged.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.