MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / RateLimitConfig

Struct RateLimitConfig

config/config.go:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135type RateLimitConfig struct {
136 RequestsPerSecond *float64 `json:"requests_per_second" envconfig:"LEDGERFORGE_RATE_LIMIT_RPS"`
137 Burst *int `json:"burst" envconfig:"LEDGERFORGE_RATE_LIMIT_BURST"`
138 CleanupIntervalSec *int `json:"cleanup_interval_sec" envconfig:"LEDGERFORGE_RATE_LIMIT_CLEANUP_INTERVAL_SEC"`
139}
140
141type SlackWebhook struct {
142 WebhookUrl string `json:"webhook_url" envconfig:"LEDGERFORGE_SLACK_WEBHOOK_URL"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected