Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devaccuracy/ledgerforge
/ LedgerFilter
Struct
LedgerFilter
model/ledger.go:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
type
LedgerFilter
struct
{
29
ID int64 `json:
"id"
`
30
From time.Time `json:
"from"
`
31
To time.Time `json:
"to"
`
32
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected