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

Struct MatchingRule

model/reconciliation_model.go:64–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64type MatchingRule struct {
65 ID int64 `json:"-"`
66 RuleID string `json:"rule_id"`
67 CreatedAt time.Time `json:"created_at"`
68 UpdatedAt time.Time `json:"updated_at"`
69 Name string `json:"name"`
70 Description string `json:"description"`
71 Criteria []MatchingCriteria `json:"criteria"`
72}
73
74type MatchingCriteria struct {
75 Field string `json:"field"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected