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

Struct Notification

config/config.go:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150type Notification struct {
151 Slack SlackWebhook `json:"slack"`
152 Webhook WebhookConfig `json:"webhook"`
153}
154
155type TransactionConfig struct {
156 BatchSize int `json:"batch_size" envconfig:"LEDGERFORGE_TRANSACTION_BATCH_SIZE"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected