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

FuncType StoreFunc

internal/files/files.go:42–42  ·  view source on GitHub ↗

StoreFunc defines the function signature for storing transactions.

func(ctx context.Context, uploadID string, txn model.ExternalTransaction) error

Source from the content-addressed store, hash-verified

40
41// StoreFunc defines the function signature for storing transactions.
42type StoreFunc func(ctx context.Context, uploadID string, txn model.ExternalTransaction) error
43
44// Configuration constants for performance tuning
45const (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected