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

Struct ReconciliationConfig

config/config.go:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167type ReconciliationConfig struct {
168 DefaultStrategy string `json:"default_strategy" envconfig:"LEDGERFORGE_RECONCILIATION_DEFAULT_STRATEGY"`
169 ProgressInterval int `json:"progress_interval" envconfig:"LEDGERFORGE_RECONCILIATION_PROGRESS_INTERVAL"`
170 MaxRetries int `json:"max_retries" envconfig:"LEDGERFORGE_RECONCILIATION_MAX_RETRIES"`
171 RetryDelay time.Duration `json:"retry_delay" envconfig:"LEDGERFORGE_RECONCILIATION_RETRY_DELAY"`
172}
173
174type QueueConfig struct {
175 TransactionQueue string `json:"transaction_queue" envconfig:"LEDGERFORGE_QUEUE_TRANSACTION"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected