MCPcopy
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
182type GroupableByDate interface {
183 GroupDate() time.Time
184}
185
186func GroupByDate[G GroupableByDate](groupables []G) map[string][]G {
187 grouped := make(map[string][]G)

Callers 4

GroupByDateFunction · 0.65
GroupByMonthFunction · 0.65
GroupByFYFunction · 0.65
GroupByYearCutoffAtFunction · 0.65

Implementers 2

Postinginternal/model/posting/posting.go
CashFlowinternal/server/cash_flow.go

Calls

no outgoing calls

Tested by

no test coverage detected