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

Interface Repository

controller/controller.go:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
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
38type Controller struct {
39 repo Repository

Callers 11

UpdateTagsMethod · 0.65
InsertAlertMethod · 0.65
UpdateAlertMethod · 0.65
DeleteAlertMethod · 0.65
GetViewMethod · 0.65
ListViewsMethod · 0.65
InsertViewMethod · 0.65
UpdateViewMethod · 0.65
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