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

Struct LedgerForge

ledgerforge.go:42–55  ·  view source on GitHub ↗

LedgerForge represents the main struct for the LedgerForge application.

Source from the content-addressed store, hash-verified

40
41// LedgerForge represents the main struct for the LedgerForge application.
42type LedgerForge struct {
43 queue *Queue
44 search *search.TypesenseClient
45 redis redis.UniversalClient
46 asynqClient *asynq.Client
47 datasource database.IDataSource
48 bt *model.BalanceTracker
49 tokenizer *tokenization.TokenizationService
50 httpClient *http.Client
51 Hooks hooks.HookManager
52 config *config.Configuration
53 cache cache.Cache
54 hotPairs *hotpairs.Manager
55}
56
57const (
58 GeneralLedgerID = "general_ledger_id"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected