Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ananthakumaran/paisa
/ GroupableByDate
Interface
GroupableByDate
internal/utils/utils.go:182–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
type
GroupableByDate
interface
{
183
GroupDate() time.Time
184
}
185
186
func
GroupByDate[G GroupableByDate](groupables []G)
map
[string][]G {
187
grouped := make(
map
[string][]G)
Callers
4
GroupByDate
Function · 0.65
GroupByMonth
Function · 0.65
GroupByFY
Function · 0.65
GroupByYearCutoffAt
Function · 0.65
Implementers
2
Posting
internal/model/posting/posting.go
CashFlow
internal/server/cash_flow.go
Calls
no outgoing calls
Tested by
no test coverage detected