MCPcopy
hub / github.com/mlabouardy/komiser / GenerateFilterQuery

Method GenerateFilterQuery

controller/controller.go:35–35  ·  view source on GitHub ↗
(view models.View, queryTitle string, arguments []int64, queryParameter string)

Source from the content-addressed store, hash-verified

33type Repository interface {
34 HandleQuery(context.Context, string, interface{}, [][3]string, string) (int64, error)
35 GenerateFilterQuery(view models.View, queryTitle string, arguments []int64, queryParameter string) ([]string, error)
36}
37
38type Controller struct {

Callers 3

StatsWithFilterMethod · 0.65
ResourceWithFilterMethod · 0.65
RelationWithFilterMethod · 0.65

Implementers 2

Repositoryrepository/postgres/postgres.go
Repositoryrepository/sqlite/sqlite.go

Calls

no outgoing calls

Tested by

no test coverage detected