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

Struct MatchingCriteria

model/reconciliation_model.go:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74type MatchingCriteria struct {
75 Field string `json:"field"`
76 Operator string `json:"operator"`
77 Value string `json:"value"`
78 Pattern string `json:"pattern"`
79 AllowableDrift float64 `json:"allowable_drift"`
80}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected