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

Method HandleQuery

controller/controller.go:34–34  ·  view source on GitHub ↗
(context.Context, string, interface{}, [][3]string, string)

Source from the content-addressed store, hash-verified

32
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

Callers 15

UpdateTagsMethod · 0.65
InsertAlertMethod · 0.65
UpdateAlertMethod · 0.65
DeleteAlertMethod · 0.65
GetViewMethod · 0.65
ListViewsMethod · 0.65
InsertViewMethod · 0.65
UpdateViewMethod · 0.65
DeleteViewMethod · 0.65
UpdateViewExcludeMethod · 0.65
ListViewAlertsMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected