| 148 | } |
| 149 | |
| 150 | type Notification struct { |
| 151 | Slack SlackWebhook `json:"slack"` |
| 152 | Webhook WebhookConfig `json:"webhook"` |
| 153 | } |
| 154 | |
| 155 | type TransactionConfig struct { |
| 156 | BatchSize int `json:"batch_size" envconfig:"LEDGERFORGE_TRANSACTION_BATCH_SIZE"` |
nothing calls this directly
no outgoing calls
no test coverage detected