factory

package
v0.33.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 1, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package factory builds vMCP-specific rate-limit dependencies.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewLimiter added in v0.33.0

func NewLimiter(
	_ context.Context,
	cfg Config,
) (ratelimit.Limiter, func(context.Context) error, error)

NewLimiter creates a Redis-backed limiter for vMCP.

Types

type Config

type Config struct {
	Namespace      string
	ServerName     string
	RateLimiting   *ratelimittypes.RateLimitConfig
	SessionStorage *vmcpconfig.SessionStorageConfig
}

Config contains the vMCP rate-limit dependency inputs.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL