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

Struct AccountNumberGenerationConfig

config/config.go:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 } `json:"headers"`
129}
130type AccountNumberGenerationConfig struct {
131 EnableAutoGeneration bool `json:"enable_auto_generation"`
132 HttpService AccountGenerationHttpService `json:"http_service"`
133}
134
135type RateLimitConfig struct {
136 RequestsPerSecond *float64 `json:"requests_per_second" envconfig:"LEDGERFORGE_RATE_LIMIT_RPS"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected