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

Method SetValues

database/query.go:23–23  ·  view source on GitHub ↗
(map[string]interface{})

Source from the content-addressed store, hash-verified

21type Query interface {
22 GetValues() map[string]interface{}
23 SetValues(map[string]interface{})
24}
25
26type Database interface {

Callers 1

Implementers 1

Updatedatabase/query.go

Calls

no outgoing calls

Tested by

no test coverage detected