MCPcopy
hub / github.com/mathaou/termdbms / Query

Interface Query

database/query.go:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type Query interface {
22 GetValues() map[string]interface{}
23 SetValues(map[string]interface{})
24}
25
26type Database interface {
27 Update(q *Update)

Callers 3

UpdateMethod · 0.65
GenerateQueryMethod · 0.65

Implementers 1

Updatedatabase/query.go

Calls

no outgoing calls

Tested by

no test coverage detected