MCPcopy Create free account
hub / github.com/Cawlumm/lyftr / ProgramFilter

Struct ProgramFilter

backend/stores/program.go:16–19  ·  view source on GitHub ↗

ProgramFilter holds list paging + optional name search.

Source from the content-addressed store, hash-verified

14func NewProgramStore(db *sql.DB) *ProgramStore { return &ProgramStore{db: db} }
15
16// ProgramFilter holds list paging + optional name search.
17type ProgramFilter struct {
18 Limit, Offset int
19 Query string
20}
21
22const programCols = `id, user_id, name, notes, created_at`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected