| 128 | } `json:"headers"` |
| 129 | } |
| 130 | type AccountNumberGenerationConfig struct { |
| 131 | EnableAutoGeneration bool `json:"enable_auto_generation"` |
| 132 | HttpService AccountGenerationHttpService `json:"http_service"` |
| 133 | } |
| 134 | |
| 135 | type RateLimitConfig struct { |
| 136 | RequestsPerSecond *float64 `json:"requests_per_second" envconfig:"LEDGERFORGE_RATE_LIMIT_RPS"` |
nothing calls this directly
no outgoing calls
no test coverage detected